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 là gì?

Developer Dashboard Stats là một tiện ích mở rộng Chrome được phát triển bởi Philippe, và tính năng chính của nó là "Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Developer Dashboard Stats

Tải xuống các tệp mở rộng Developer Dashboard Stats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Developer Dashboard Stats Developer Dashboard Stats
ID pklpclflcahfpiaoohpiiicnadefanap
URL Chính Thức https://chromewebstore.google.com/detail/empty-title/pklpclflcahfpiaoohpiiicnadefanap
Mô tả Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2012-11-03
Ngày Phát Hành 2012-11-03
Đánh Giá 4.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Philippe
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ
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"
}