Dribbble : Random Comments
Generate your next Dribbble comment!
Co je Dribbble : Random Comments?
Dribbble : Random Comments je rozšíření Chrome vyvinuté miguelmendes.net, a jeho hlavní funkcí je „Generate your next Dribbble comment!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Dribbble : Random Comments
Stáhněte si soubory rozšíření Dribbble : Random Comments ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | hiafieffmjgfdkkangdicdiolccjelkf |
| Oficiální URL | https://chromewebstore.google.com/detail/dribbble-random-comments/hiafieffmjgfdkkangdicdiolccjelkf |
| Popis | Generate your next Dribbble comment! |
| Velikost souboru | 26.57 KB |
| Počet instalací | 82 |
| Aktuální Verze | 1.1.4 |
| Poslední Aktualizace | 2015-02-20 |
| Datum Vydání | 2015-02-20 |
| Hodnocení | 3.75/5 Celkem 4 Hodnocení |
| Vývojář | miguelmendes.net |
| Typ Platby | free |
| Webové stránky Rozšíření | http://www.miguelmendes.net |
| Podporované Jazyky | 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
} | |