Histree

Histree

什麼是Histree?

Histree是由Anne Veling開發的Chrome擴展程式,該擴展的主要功能是“Histree”。

擴展截圖

screenshot

下載Histree擴展crx文件

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

擴展使用說明

                        History Extension that keeps track of your browsing history and the relationships between tabs and windows, and visualizes that in trees.

Recognizes ctrl-clicks in new tabs, normal tab navigation and going back.

Allows the user to close an open tab from the history window, and reopen that url.

Go to History (ctrl-Y) in Chrome to view your history

Created as a #w00tcamp 2012 project, feedback is welcome                    

擴展基本資訊

名稱 Histree Histree
ID lngppkkhjifheiegfeloipgaeomjfgbf
官方網址 https://chromewebstore.google.com/detail/histree/lngppkkhjifheiegfeloipgaeomjfgbf
簡介 Histree
檔案大小 800 KB
安裝次數 217
目前版本 1.6
更新時間 2012-11-26
上架時間 2012-11-26
評分 3.60/5 共 5 次評分
開發者 Anne Veling
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Histree",
    "version": "1.6",
    "manifest_version": 2,
    "icons": {
        "16": "treerings16.png",
        "48": "treerings48.png",
        "128": "treerings128.png"
    },
    "description": "Histree",
    "background": {
        "scripts": [
            "models.js",
            "storage.js",
            "urlcontrol.js",
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "history": "histree.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}