Advanced Browser History
A Chrome extension to capture more information about your browsing history.
Advanced Browser Historyとは何ですか?
Advanced Browser HistoryはTrevor Brunetteによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension to capture more information about your browsing history.」です。
拡張機能のスクリーンショット
Advanced Browser History拡張機能のCRXファイルをダウンロード
Advanced Browser History拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Advanced Browser History |
ID | ajdeagnomgifpeimhpofiphnphdlhbjn |
公式URL | https://chromewebstore.google.com/detail/advanced-browser-history/ajdeagnomgifpeimhpofiphnphdlhbjn |
説明 | A Chrome extension to capture more information about your browsing history. |
ファイルサイズ | 405 KB |
インストール数 | 40 |
現在のバージョン | 0.1.0 |
最終更新日 | 2022-04-28 |
公開日 | 2022-04-28 |
開発者 | Trevor Brunette |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/AdvancedHistory/ABHChrome |
対応言語 | 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" ] } |