HistoryTree

HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.

HistoryTreeとは何ですか?

HistoryTreeはMichael Weharによって開発されたChromeの拡張機能で、その主な機能は「HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.」です。

拡張機能のスクリーンショット

screenshot

HistoryTree拡張機能のCRXファイルをダウンロード

HistoryTree拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        * What does it do?
The web browser stores your history. But, it doesn't determine how one website leads you to another. HistoryTree takes your history and puts it together like a puzzle so that you can determine how you got from one place to another.

* Who is it for?
Anyone who has ever asked the question, "How did I get here?" It's common place to use the computer to work on a homework assignment and then end up watching a video on how JFK's brain went mysteriously missing after his assassination. As I said, "How did I get there?"

Note: Your history is something that should be kept private.  Our chrome extension runs entirely on your device within your browser.  We recommend that you refrain from sharing history data with any external entities.                    

拡張機能の基本情報

名前 HistoryTree HistoryTree
ID cllbcjjaobbeplenbfhlpnhcmhfehgep
公式URL https://chromewebstore.google.com/detail/historytree/cllbcjjaobbeplenbfhlpnhcmhfehgep
説明 HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.
ファイルサイズ 42.42 KB
インストール数 33
現在のバージョン 1.1
最終更新日 2018-05-14
公開日 2018-05-14
評価 5.00/5 合計 2 レビュー
開発者 Michael Wehar
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://michaelwehar.com/metatree/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HistoryTree",
    "description": "HistoryTree takes your history and puts it together like a puzzle to help you determine how you got from one place to another.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "history",
        "tabs"
    ]
}