Dribbble : Random Comments
Generate your next Dribbble comment!
Cos'è Dribbble : Random Comments?
Dribbble : Random Comments è un'estensione di Chrome sviluppata da miguelmendes.net, e la sua funzione principale è "Generate your next Dribbble comment!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dribbble : Random Comments
Scarica i file di estensione Dribbble : Random Comments 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hiafieffmjgfdkkangdicdiolccjelkf |
| URL Ufficiale | https://chromewebstore.google.com/detail/dribbble-random-comments/hiafieffmjgfdkkangdicdiolccjelkf |
| Descrizione | Generate your next Dribbble comment! |
| Dimensione del File | 26.57 KB |
| Conteggio Installazioni | 82 |
| Versione Corrente | 1.1.4 |
| Ultimo Aggiornamento | 2015-02-20 |
| Data di Pubblicazione | 2015-02-20 |
| Valutazione | 3.75/5 Totale 4 Valutazioni |
| Sviluppatore | miguelmendes.net |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.miguelmendes.net |
| Lingue Supportate | 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
} | |