Tree History

This extension demonstrates history as tree

什麼是Tree History?

Tree History是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“This extension demonstrates history as tree”。

擴展截圖

screenshot

下載Tree History擴展crx文件

下載Tree History擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Tree History Tree History
ID kfgnedbkboedeildkjiodjhpldgfekjm
官方網址 https://chromewebstore.google.com/detail/tree-history/kfgnedbkboedeildkjiodjhpldgfekjm
簡介 This extension demonstrates history as tree
檔案大小 64.09 KB
安裝次數 260
目前版本 0.0.0.2
更新時間 2014-05-25
上架時間 2014-05-25
評分 3.47/5 共 15 次評分
開發者 Unknown
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tree History",
    "short_name": "Tree History",
    "description": "This extension demonstrates history as tree",
    "version": "0.0.0.2",
    "icons": {
        "16": "16p.png",
        "32": "32p.png",
        "48": "48p.png",
        "128": "128p.png"
    },
    "permissions": [
        "tabs",
        "history"
    ],
    "background": {
        "scripts": [
            "navigationsListener.js"
        ],
        "persistent": true
    },
    "chrome_url_overrides": {
        "history": "main.html"
    }
}