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 } |