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.”。

扩展截图

screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
    ]
}