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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |