Histree

View your browsing history as a tree

什麼是Histree?

Histree是由themacrochip開發的Chrome擴展程式,該擴展的主要功能是“View your browsing history as a tree”。

擴展截圖

screenshot

下載Histree擴展crx文件

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

擴展使用說明

                        Your browser history is your mind map. The journey of how you got to your information can be as important as the information itself. You want to know what you already read, what you tried that didn't work, and how you ended up on the page that you did.                    

擴展基本資訊

名稱 Histree Histree
ID linpklflmolmnhckgoojppnfhajngaoh
官方網址 https://chromewebstore.google.com/detail/histree/linpklflmolmnhckgoojppnfhajngaoh
簡介 View your browsing history as a tree
檔案大小 328 KB
安裝次數 23
目前版本 1.5
更新時間 2020-10-23
上架時間 2020-08-20
開發者 themacrochip
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Histree",
    "version": "1.5",
    "description": "View your browsing history as a tree",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "history"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon128.png"
    },
    "commands": {
        "show-tree": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Command+Shift+H"
            },
            "description": "Show history tree"
        }
    },
    "manifest_version": 2
}