Dribbble : Random Comments
Generate your next Dribbble comment!
Qu'est-ce que Dribbble : Random Comments ?
Dribbble : Random Comments est une extension Chrome développée par miguelmendes.net, et sa fonction principale est "Generate your next Dribbble comment!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dribbble : Random Comments
Téléchargez les fichiers d'extension Dribbble : Random Comments 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
This extension will generate random comments. It's easy ! 1º Open one Shot in Dribbble.com. 2º Click on icon how many times do you want, and every time a new comment will fill the comment input. "Great man!" "Amazing work , you are so inspiring!" "Great colors" "Simply the best!" "Damn." "Brilliant!" ... Only for us.. feel the irony. M.
Informations de Base sur l'Extension
Nom | Dribbble : Random Comments |
ID | hiafieffmjgfdkkangdicdiolccjelkf |
URL Officiel | https://chromewebstore.google.com/detail/dribbble-random-comments/hiafieffmjgfdkkangdicdiolccjelkf |
Description | Generate your next Dribbble comment! |
Taille du Fichier | 26.57 KB |
Nombre d'Installations | 82 |
Version Actuelle | 1.1.4 |
Dernière Mise à Jour | 2015-02-20 |
Date de Publication | 2015-02-20 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | miguelmendes.net |
Type de Paiement | free |
Site Web de l'Extension | http://www.miguelmendes.net |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dribbble : Random Comments", "description": "Generate your next Dribbble comment!", "version": "1.1.4", "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "background": { "scripts": [ "scripts.js" ], "persistent": false }, "browser_action": { "default_icon": "icon_128.png" }, "manifest_version": 2 } |