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
公式URL 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
Eメール [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
}