Developer Dashboard Stats
Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome
What is Developer Dashboard Stats?
Developer Dashboard Stats is a Chrome extension developed by Philippe, and its main feature is "Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome".
Extension Screenshots
Download Developer Dashboard Stats Extension CRX File
Download Developer Dashboard Stats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Developer Dashboard Stats |
ID | pklpclflcahfpiaoohpiiicnadefanap |
Official URL | https://chromewebstore.google.com/detail/empty-title/pklpclflcahfpiaoohpiiicnadefanap |
Description | Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome |
File Size | 133 KB |
Installation Count | 30 |
Current Version | 1.2 |
Last Updated | 2012-11-03 |
Publish Date | 2012-11-03 |
Rating | 4.14/5 Total 7 Ratings |
Developer | Philippe |
Payment Type | free |
Supported Languages | |
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" } |