Dribbble Shotclock
Watch your last shot on Dribbble
Qu'est-ce que Dribbble Shotclock ?
Dribbble Shotclock est une extension Chrome développée par http://www.fedegarlo.com, et sa fonction principale est "Watch your last shot on Dribbble".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dribbble Shotclock
Téléchargez les fichiers d'extension Dribbble Shotclock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
It allows you to have all the information about your last shot at Dribbble. Comments, views, likes ... And all in your browser, wherever you are. From player to player, recommended;) Now, you can note what number has changed with a fabolous pink colour.
Informations de Base sur l'Extension
Nom | |
ID | ehgegpddogfbhmkbdcoojeefmjelmbec |
URL Officiel | https://chrome.google.com/webstore/detail/dribbble-shotclock/ehgegpddogfbhmkbdcoojeefmjelmbec |
Description | Watch your last shot on Dribbble |
Taille du Fichier | 139 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.22 |
Dernière Mise à Jour | 2014-04-27 |
Date de Publication | 2014-04-27 |
Évaluation | 4.17/5 Total 6 Évaluations |
Développeur | http://www.fedegarlo.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.fedegarlo.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dribbble Shotclock", "version": "1.22", "description": "Watch your last shot on Dribbble", "icons": { "48": "img\/dribbble_48.png", "128": "img\/dribbble_128.png", "16": "img\/dribbble_16.png" }, "short_name": "Shotclock", "browser_action": { "default_icon": "img\/dribbble_128.png", "default_title": "See info about your last shot on Dribbble", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "storage", "https:\/\/query.yahooapis.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' https:\/\/api.dribbble.com" } |