Better History

Replace the default browser history with this better history display.

什么是Better History?

Better History是由raingart开发的Chrome扩展程序,该扩展的主要功能是“Replace the default browser history with this better history display.”。

扩展截图

screenshot
screenshot

下载Better History扩展crx文件

下载Better History扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Powerful history manager for Chromium                    

扩展基本信息

名称 Better History Better History
ID pmolchcgkagchldkgphmlaplgmagldfn
官方URL https://chromewebstore.google.com/detail/better-history/pmolchcgkagchldkgphmlaplgmagldfn
简介 Replace the default browser history with this better history display.
文件大小 151 KB
安装次数 733
当前版本 1.31.2
更新时间 2023-08-23
上架时间 2023-07-19
评分 4.33/5 共3次评分
开发者 raingart
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/raingart/Better-History
支持的语言 en,fr,tr,bg,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "1.31.2",
    "default_locale": "en",
    "icons": {
        "16": "assets\/img\/icon_16.png",
        "32": "assets\/img\/icon_32.png",
        "48": "assets\/img\/icon_48.png",
        "64": "assets\/img\/icon_64.png",
        "128": "assets\/img\/icon_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "favicon",
        "history",
        "storage"
    ],
    "chrome_url_overrides": {
        "history": "history.html"
    },
    "action": {
        "default_icon": {
            "16": "assets\/img\/icon_16.png",
            "32": "assets\/img\/icon_32.png"
        },
        "default_title": "__MSG_application_title__",
        "default_popup": "popup.html"
    }
}