Developer Dashboard Stats
Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome
Hvad er Developer Dashboard Stats?
Developer Dashboard Stats er en Chrome-udvidelse udviklet af Philippe, og dens hovedfunktion er "Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome".
Udvidelsesskærmbilleder
Download Developer Dashboard Stats-udvidelses-CRX-fil
Download Developer Dashboard Stats-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | Developer Dashboard Stats |
ID | pklpclflcahfpiaoohpiiicnadefanap |
Officiel URL | https://chromewebstore.google.com/detail/empty-title/pklpclflcahfpiaoohpiiicnadefanap |
Beskrivelse | Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome |
Filstørrelse | 133 KB |
Antal Installationer | 30 |
Nuværende Version | 1.2 |
Senest Opdateret | 2012-11-03 |
Udgivelsesdato | 2012-11-03 |
Bedømmelse | 4.14/5 Samlet 7 Bedømmelser |
Udvikler | Philippe |
Betalingsmetode | free |
Understøttede Sprog | |
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" } |