Dribbble : Random Comments
Generate your next Dribbble comment!
Was ist Dribbble : Random Comments?
Dribbble : Random Comments ist eine Chrome-Erweiterung, die von miguelmendes.net entwickelt wurde, und ihr Hauptmerkmal ist "Generate your next Dribbble comment!".
Erweiterungsscreenshots
Dribbble : Random Comments-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dribbble : Random Comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hiafieffmjgfdkkangdicdiolccjelkf |
| Offizielle URL | https://chromewebstore.google.com/detail/dribbble-random-comments/hiafieffmjgfdkkangdicdiolccjelkf |
| Beschreibung | Generate your next Dribbble comment! |
| Dateigröße | 26.57 KB |
| Installationsanzahl | 82 |
| Aktuelle Version | 1.1.4 |
| Letztes Update | 2015-02-20 |
| Veröffentlichungsdatum | 2015-02-20 |
| Bewertung | 3.75/5 Insgesamt 4 Bewertungen |
| Entwickler | miguelmendes.net |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.miguelmendes.net |
| Unterstützte Sprachen | 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
} | |