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
官方網址 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"
}