Dribbble : Random Comments
Generate your next Dribbble comment!
Что такое Dribbble : Random Comments?
Dribbble : Random Comments - это расширение Chrome, разработанное miguelmendes.net, и его основная функция - "Generate your next Dribbble comment!".
Снимки экрана расширения
Скачать файл CRX расширения Dribbble : Random Comments
Скачайте файлы расширений Dribbble : Random Comments в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Dribbble : Random Comments |
ID | hiafieffmjgfdkkangdicdiolccjelkf |
Официальный URL | https://chromewebstore.google.com/detail/dribbble-random-comments/hiafieffmjgfdkkangdicdiolccjelkf |
Описание | Generate your next Dribbble comment! |
Размер файла | 26.57 KB |
Количество установок | 82 |
Текущая Версия | 1.1.4 |
Последнее Обновление | 2015-02-20 |
Дата публикации | 2015-02-20 |
Рейтинг | 3.75/5 Всего 4 оценок |
Разработчик | miguelmendes.net |
Тип оплаты | free |
Официальный сайт расширения | http://www.miguelmendes.net |
Поддерживаемые языки | 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 } |