Developer Dashboard Stats
Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome
Wat is Developer Dashboard Stats?
Developer Dashboard Stats is een Chrome-extensie ontwikkeld door Philippe, en de belangrijkste functie is "Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Developer Dashboard Stats
Download Developer Dashboard Stats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | Developer Dashboard Stats |
ID | pklpclflcahfpiaoohpiiicnadefanap |
Officiële URL | https://chromewebstore.google.com/detail/empty-title/pklpclflcahfpiaoohpiiicnadefanap |
Beschrijving | Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome |
Bestandsgrootte | 133 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2012-11-03 |
Publicatiedatum | 2012-11-03 |
Beoordeling | 4.14/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Philippe |
Betalingswijze | free |
Ondersteunde Talen | |
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" } |