Developer Dashboard Stats
Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome
Cos'è Developer Dashboard Stats?
Developer Dashboard Stats è un'estensione di Chrome sviluppata da Philippe, e la sua funzione principale è "Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Developer Dashboard Stats
Scarica i file di estensione Developer Dashboard Stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | pklpclflcahfpiaoohpiiicnadefanap |
| URL Ufficiale | https://chromewebstore.google.com/detail/empty-title/pklpclflcahfpiaoohpiiicnadefanap |
| Descrizione | Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome |
| Dimensione del File | 133 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2012-11-03 |
| Data di Pubblicazione | 2012-11-03 |
| Valutazione | 4.14/5 Totale 7 Valutazioni |
| Sviluppatore | Philippe |
| Tipo di Pagamento | free |
| Lingue Supportate | |
| 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"
} | |