Advanced Browser History
A Chrome extension to capture more information about your browsing history.
Co je Advanced Browser History?
Advanced Browser History je rozšíření Chrome vyvinuté Trevor Brunette, a jeho hlavní funkcí je „A Chrome extension to capture more information about your browsing history.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Advanced Browser History
Stáhněte si soubory rozšíření Advanced Browser History ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Advanced Browser History |
ID | ajdeagnomgifpeimhpofiphnphdlhbjn |
Oficiální URL | https://chromewebstore.google.com/detail/advanced-browser-history/ajdeagnomgifpeimhpofiphnphdlhbjn |
Popis | A Chrome extension to capture more information about your browsing history. |
Velikost souboru | 405 KB |
Počet instalací | 40 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2022-04-28 |
Datum Vydání | 2022-04-28 |
Vývojář | Trevor Brunette |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/AdvancedHistory/ABHChrome |
Podporované Jazyky | 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" ] } |