History Graph

Reads your history, and shows the top ten pages you go to by typing the URL.

History Graphとは何ですか?

History GraphはWilliam Maによって開発されたChromeの拡張機能で、その主な機能は「Reads your history, and shows the top ten pages you go to by typing the URL.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Navigate through your recent history much easier with this extension. A graph of all travelled pages will be displayed for a user to navigate to any page he/she wishes.                    

拡張機能の基本情報

名前 History Graph History Graph
ID kknceihjckaijliogihaggomdjlaboim
公式URL https://chromewebstore.google.com/detail/history-graph/kknceihjckaijliogihaggomdjlaboim
説明 Reads your history, and shows the top ten pages you go to by typing the URL.
ファイルサイズ 134 KB
インストール数 11
現在のバージョン 1.6
最終更新日 2016-01-15
公開日 2016-01-15
評価 4.00/5 合計 1 レビュー
開発者 William Ma
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "History Graph",
    "version": "1.6",
    "description": "Reads your history, and shows the top ten pages you go to by typing the URL.",
    "permissions": [
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "GraphView.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon128.png",
        "64": "icon.png",
        "32": "icon32.png"
    },
    "manifest_version": 2
}