Dribbble : Random Comments
Generate your next Dribbble comment!
Vad är Dribbble : Random Comments?
Dribbble : Random Comments är en Chrome-tillägg utvecklad av miguelmendes.net, och dess huvudfunktion är "Generate your next Dribbble comment!".
Tilläggsskärmbilder
Ladda ner Dribbble : Random Comments-förlängningens CRX-fil
Ladda ner Dribbble : Random Comments-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Dribbble : Random Comments |
ID | hiafieffmjgfdkkangdicdiolccjelkf |
Officiell webbadress | https://chromewebstore.google.com/detail/dribbble-random-comments/hiafieffmjgfdkkangdicdiolccjelkf |
Beskrivning | Generate your next Dribbble comment! |
Filstorlek | 26.57 KB |
Antal Installationer | 82 |
Aktuell Version | 1.1.4 |
Senast Uppdaterad | 2015-02-20 |
Publiceringsdatum | 2015-02-20 |
Betyg | 3.75/5 Totalt 4 Betyg |
Utvecklare | miguelmendes.net |
Betalningssätt | free |
Tilläggswebbplats | http://www.miguelmendes.net |
Stödda Språk | 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 } |