Dribbble : Random Comments
Generate your next Dribbble comment!
Wat is Dribbble : Random Comments?
Dribbble : Random Comments is een Chrome-extensie ontwikkeld door miguelmendes.net, en de belangrijkste functie is "Generate your next Dribbble comment!".
Extensie Screenshots
Download het CRX-bestand van de extensie Dribbble : Random Comments
Download Dribbble : Random Comments-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Dribbble : Random Comments |
ID | hiafieffmjgfdkkangdicdiolccjelkf |
Officiële URL | https://chromewebstore.google.com/detail/dribbble-random-comments/hiafieffmjgfdkkangdicdiolccjelkf |
Beschrijving | Generate your next Dribbble comment! |
Bestandsgrootte | 26.57 KB |
Aantal Installaties | 82 |
Huidige Versie | 1.1.4 |
Laatst Bijgewerkt | 2015-02-20 |
Publicatiedatum | 2015-02-20 |
Beoordeling | 3.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | miguelmendes.net |
Betalingswijze | free |
Extensiewebsite | http://www.miguelmendes.net |
Ondersteunde Talen | 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 } |