Dribbble : Random Comments
Generate your next Dribbble comment!
Co to jest Dribbble : Random Comments?
Dribbble : Random Comments to rozszerzenie Chrome opracowane przez miguelmendes.net, a jego główną funkcją jest „Generate your next Dribbble comment!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dribbble : Random Comments
Pobierz pliki rozszerzeń Dribbble : Random Comments w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Dribbble : Random Comments |
ID | hiafieffmjgfdkkangdicdiolccjelkf |
Oficjalny URL | https://chromewebstore.google.com/detail/dribbble-random-comments/hiafieffmjgfdkkangdicdiolccjelkf |
Opis | Generate your next Dribbble comment! |
Rozmiar pliku | 26.57 KB |
Liczba instalacji | 82 |
Aktualna Wersja | 1.1.4 |
Ostatnia Aktualizacja | 2015-02-20 |
Data Publikacji | 2015-02-20 |
Ocena | 3.75/5 Łącznie 4 Oceny |
Deweloper | miguelmendes.net |
Typ Płatności | free |
Strona Rozszerzenia | http://www.miguelmendes.net |
Obsługiwane Języki | 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 } |