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"
    }
}