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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |