Advanced Browser History
A Chrome extension to capture more information about your browsing history.
Vad är Advanced Browser History?
Advanced Browser History är en Chrome-tillägg utvecklad av Trevor Brunette, och dess huvudfunktion är "A Chrome extension to capture more information about your browsing history.".
Tilläggsskärmbilder
Ladda ner Advanced Browser History-förlängningens CRX-fil
Ladda ner Advanced Browser History-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Advanced Browser History |
ID | ajdeagnomgifpeimhpofiphnphdlhbjn |
Officiell webbadress | https://chromewebstore.google.com/detail/advanced-browser-history/ajdeagnomgifpeimhpofiphnphdlhbjn |
Beskrivning | A Chrome extension to capture more information about your browsing history. |
Filstorlek | 405 KB |
Antal Installationer | 40 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2022-04-28 |
Publiceringsdatum | 2022-04-28 |
Utvecklare | Trevor Brunette |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/AdvancedHistory/ABHChrome |
Stödda Språk | 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" ] } |