Dribbble : Random Comments
Generate your next Dribbble comment!
O que é Dribbble : Random Comments?
Dribbble : Random Comments é uma extensão do Chrome desenvolvida por miguelmendes.net, e sua principal característica é "Generate your next Dribbble comment!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dribbble : Random Comments
Baixe arquivos de extensão Dribbble : Random Comments no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Dribbble : Random Comments |
ID | hiafieffmjgfdkkangdicdiolccjelkf |
URL Oficial | https://chromewebstore.google.com/detail/dribbble-random-comments/hiafieffmjgfdkkangdicdiolccjelkf |
Descrição | Generate your next Dribbble comment! |
Tamanho do Arquivo | 26.57 KB |
Contagem de Instalações | 82 |
Versão Atual | 1.1.4 |
Última Atualização | 2015-02-20 |
Data de Publicação | 2015-02-20 |
Classificação | 3.75/5 Total de 4 Avaliações |
Desenvolvedor | miguelmendes.net |
Tipo de Pagamento | free |
Site da Extensão | http://www.miguelmendes.net |
Idiomas Suportados | 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 } |