Heatmapper

Extension to do heatmaps for websites

Heatmapperとは何ですか?

Heatmapperはryanackleyによって開発されたChromeの拡張機能で、その主な機能は「Extension to do heatmaps for websites」です。

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

screenshot

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

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

拡張機能の使用方法

                        Note this is a chrome extension for internal use at Atlassian. http://www.atlassian.com                    

拡張機能の基本情報

名前 Heatmapper Heatmapper
ID oenokbgfppgmaincljjagclpbalncojb
公式URL https://chromewebstore.google.com/detail/heatmapper/oenokbgfppgmaincljjagclpbalncojb
説明 Extension to do heatmaps for websites
ファイルサイズ 143 KB
インストール数 61
現在のバージョン 1.4
最終更新日 2012-08-10
公開日 2012-08-10
評価 1.00/5 合計 2 レビュー
開発者 ryanackley
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Heatmapper",
    "manifest_version": 2,
    "description": "Extension to do heatmaps for websites",
    "version": "1.4",
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "hidebutton.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Heatmapper",
        "default_popup": "popup.html",
        "default_icon": "icon19.png"
    }
}