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」です。
拡張機能のスクリーンショット
Developer Dashboard Stats拡張機能のCRXファイルをダウンロード
Developer Dashboard Stats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | 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" } |