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
官方網址 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"
    }
}