dklbojjfbmaonbdcgiabhfdindoppbko
Beautifully organize your browsing history Have you ever wanted to reread an article, only to find that you can’t locate it? Historium is a browser extension that beautifully organizes your browsing history and makes it easy to access. Your favorite websites are grouped into folders, allowing you to instantly return to any page at any time. Examples include products you viewed on e-commerce sites, articles you read on news sites, and documents you referenced on technical blogs. Historium works with any type of web page. ★ Key Features First, select the websites you want to organize in the settings screen. After setup, simply click the toolbar icon to open a beautifully organized history view. Browsing history is grouped into folders by website, so “that product you saw on that shop” or “that article you read on that blog” is immediately easy to find. No more searching through your browser history. Example: If you add “YouTube” in the settings, a YouTube history folder will be created. ★ Keyboard Shortcuts ※ In some environments, keyboard shortcuts may not work properly. ※ If this happens, type chrome://extensions/shortcuts into the address bar and reassign the shortcuts. Mac: - Command + Shift + E: Launch the extension - Command + ↑ / ↓: Select a website - ↑ / ↓: Select a history item - Enter: Open the page Windows: - Ctrl + Shift + E: Launch the extension - Ctrl + ↑ / ↓: Select a website - ↑ / ↓: Select a history item - Enter: Open the page ★ Privacy All data is stored only within your browser. Nothing is ever sent to external servers. P.S. If you like Historium, please consider leaving a review. It really helps motivate development.
History Plus
A better browsing history. Save more history beyond 90 days, advanced search, autobackup and import/export. Better ways to manage your browsing history 🚀 Features 🚀 ✅ Save browsing history beyond 90 days before Chrome deletes it. ✅ Export history for backup or transfer to another computer ✅ Import history. Compatible with History Trends Unlimited's export. ✅ Pin most important pages in a single category page for easy access ✅ Automatically categorize your visits ✅ Advanced search ✅ Export current results ✅ Dark mode ✅ Quick filtering by click website logos ✅ Top visits by category ✅ Top visits by website
Simple History Manager
This extension will replace Chrome's default history manager. It can search or clear browsing history by date range. How to use: • Click this extension's icon • Click menu item from Chrome -> History -> Show Full History • Use Chrome keyboard shortcuts, Windows/Linux is Ctrl + h, Mac is ⌘ + y
Peeky - Chrome History Organizer
Peeky organizes your web history and helps you get to what you want. Close all the tabs. Peeky will bring you back to the point Introducing Peeky - No more sifting through numerous tabs to find your way back to where you left off. You can boost your productivity by remembering less and doing more. When you browse the internet or read an article, Peeky will organize the list where you visit. That way, you can power through interruptions and pick up right where you left off, without missing a beat. SELF-ORGANIZED Peeky automatically organizes the pages you visited, by keyword and app. No need for manual sorting. NO MANUAL INTEGRATION Peeky works with any app right after installation. Ready to use. UNIVERSAL SEARCH Centralize all the findings. No more back and forth. 👉 Check out our website for more information: https://getpeeky.app/ 👉 We’d love to hear about your questions or feedback: getpeeky@gmail.com
History quick view
View, delete and search browsing history data View, delete and search browsing history data. History quick view is a simple chrome extensions for use and manage simple tasks with your browser history data. This extension is created for my own necessities. If you have some bugs or you need other utilities please contact me. Here is the repository of the code https://github.com/AxelArielSaravia/history-quick-view. Some of the usabilities are: - see your most current history, but you can navigate all your history. - delete a history url. - delete a complete history day data. - search a history query. - shortcut button to the browser history manager - shortcut button to the browser history data cleaner Some user configurations: - You can set if the url opens in the current tab or in a new tab. - You can specify when a new tab is opens, go to it (focus it) or stay in your current tab. - You can hide the search bar. Keyboard shortcuts: - : Normal navigation. - : focus search input. - +: on search input, removes the search input text. - : on item, remove the item. - +: on item, remove the complete day range. - +: on item, opens the item in a contrary way of the configurations. - +: on item, opens the item in a contrary way of the configurations. - +: on item, opens the item in a new windows. - +: on item, opens the item in a new windows. - +: close any kind of modal. - : open or close the "more modal" . - : open or close the "keyboard modal". Search by date: This feature allows you to start your search from a specific date, including that date and all previous records. It’s like saying, "search from this date to the past". We cannot search the future, so if it’s a "relative date query" we search in the past. However, if it’s a "strict date query" set beyond the current date, it will be considered an "invalid date query". Everything that does not follow the queries listed below is invalid. Search query: - `yesterday` or `y` - week days: If a week day is beyond the current date, it returns that day from the previous week. `mo` `tu` `we` `th` `fr` `sa` `su` `monday` `tuesday` `wednesday` `thursday` `friday` `saturday` `sunday` - month names: If the month is beyond the current date, it returns that month from the previous year. `Jan` `Feb` `Mar` `Apr` `May` `Jun` `Jul` `Aug` `Sep` `Oct` `Nov` `Dec` `January` `February` `March` `April` `May` `June` `July` `August` `September` `October` `November` `December` - partial date expressions: If the date is beyond the current date, it returns that date form the previous year. ` ` ` ` Example: "2 Aug", "Feb 22", "3 October" - full date expressions: This is an "strict date query". If the date is beyond the current date, it will be considered "invalid". ` ` ` ` Example: "2 Aug 2023", "Feb 22 2021", "3 October 2021" - "date calculation expressions": This expression calc how many days, weeks, months or years to search from the current date to the pass. The `-` (negative sign) is required at beginnig. If no `period` is specified, the default is `day`. `-` `- ` period: - `d` `day` `days` (values: 1..730) - `w` `week` `weeks` (values: 1..240) - `m` `month` `months` (values: 1..120) - `y` `year` `years` (values: 1..10) Example: "-1", "-3 m", "-1 year", "-5 weeks" The icons used in the extension are from Feather Icons (https://feathericons.com/) and Lucide Icons (https://lucide.dev). The inspiration of this extension comes from the Edge Browser history extension (https://www.microsoft.com/en-us/edge).