Advanced Browser History
A Chrome extension to capture more information about your browsing history.
What is Advanced Browser History?
Advanced Browser History is a Chrome extension developed by Trevor Brunette, and its main feature is "A Chrome extension to capture more information about your browsing history.".
Extension Screenshots
Download Advanced Browser History Extension CRX File
Download Advanced Browser History extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds more ways to browse, categorize, filter, and otherwise view your browsing history from our custom user interface. This project will always be free and open source software; view the source code at https://github.com/AdvancedHistory/ABHChrome
Extension Basic Information
Name | Advanced Browser History |
ID | ajdeagnomgifpeimhpofiphnphdlhbjn |
Official URL | https://chromewebstore.google.com/detail/advanced-browser-history/ajdeagnomgifpeimhpofiphnphdlhbjn |
Description | A Chrome extension to capture more information about your browsing history. |
File Size | 405 KB |
Installation Count | 40 |
Current Version | 0.1.0 |
Last Updated | 2022-04-28 |
Publish Date | 2022-04-28 |
Developer | Trevor Brunette |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/AdvancedHistory/ABHChrome |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "ABH", "name": "Advanced Browser History", "description": "A Chrome extension to capture more information about your browsing history.", "version": "0.1.0", "manifest_version": 3, "action": { "default_title": "Open ABH" }, "background": { "service_worker": ".\/static\/js\/background.js" }, "icons": { "128": ".\/static\/media\/logo128.png", "512": ".\/static\/media\/logo512.png" }, "permissions": [ "history" ] } |