Are there any advanced options for Google Chrome's history search?
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Take control of your privacy with Proton's trusted, Swiss-based, secure services.
Choose what you need and safeguard your digital life:
Mail: https://go.getproton.me/SH1CU
VPN: https://go.getproton.me/SH1DI
Password Manager: https://go.getproton.me/SH1DJ
Drive: https://go.getproton.me/SH1CT
Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Orient Looping
--
Chapters
00:00 Are There Any Advanced Options For Google Chrome'S History Search?
00:54 Accepted Answer Score 15
01:59 Answer 2 Score 2
02:19 Answer 3 Score 6
03:18 Thank you
--
Full question
https://superuser.com/questions/352970/a...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#googlechrome #search
#avk47
ACCEPTED ANSWER
Score 15
You can't with the built-in history, but maybe you could try an extension:
History 2
History 2 overrides default history page with a more user-friendly one. (Tools Menu > History or Ctrl-H)
History 2: A history page like the original but grouped by the host for easy viewing.
Better History
A better look at your browsing history. The best searching, the sharpest interface, and the most useful filters - for your history. It's Chrome History, only much Better.
EDIT: Another good extension you could try:
History Plus
- Select date range easier: Today, Yesterday, Last Week, Last Month, All
- Select max result number easier: 100, 250, 500, 1000
- Delete history
- Grouping same domain in the list
- Show visit counts each url in the list
ANSWER 2
Score 6
After trying a lot of extensions, I would recommend one.
Ladies and Gentlemen, ... the winner is
(different) Better History
There is possibility to search using RegExp (Regular Expressions), which is the most powerful way for searching.
E.g: /^h.*\/\/cz\./
searches for anything that:
^h
- begins with "h" (http, https).*
- continues with anything\/\/
- continues "//";\
is used to escape the "/"cz
- continues with "cz"\.
- continues with ".";\
escapes otherwise special-meaning.
, which stands for "any character you might think of"
Note: /
in the beginning and end, just enables Regular Expression search.
Image of how the Regular Expressions search works within this Extension: Better History Chrome Extension showing searching using Regular Expressions
ANSWER 3
Score 2
Few days ago I got to know about History Timeline chrome extension. It overrides actual history page and shows you history as timeline with thumbnail which helps to search particular web page. You can even filter results, refine your search by giving time period etc.