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
公式URL 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'"
}