Developer Dashboard Stats

Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome

什么是Developer Dashboard Stats?

Developer Dashboard Stats是由Philippe开发的Chrome扩展程序,该扩展的主要功能是“Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome”。

扩展截图

screenshot

下载Developer Dashboard Stats扩展crx文件

下载Developer Dashboard Stats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Developer Dashboard Stats Developer Dashboard Stats
ID pklpclflcahfpiaoohpiiicnadefanap
官方URL https://chromewebstore.google.com/detail/empty-title/pklpclflcahfpiaoohpiiicnadefanap
简介 Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome
文件大小 133 KB
安装次数 30
当前版本 1.2
更新时间 2012-11-03
上架时间 2012-11-03
评分 4.14/5 共7次评分
开发者 Philippe
付费类型 free
支持的语言
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "alarms",
        "tabs",
        "*:\/\/*.google.com\/webstore\/"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/all.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "Developer Dashboard Stats",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png"
    },
    "description": "Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome",
    "manifest_version": 2,
    "name": "Developer Dashboard Stats",
    "version": "1.2"
}