Dribbble Shot Zoom
See the full size shot without opening it
Dribbble Shot Zoomคืออะไร?
Dribbble Shot Zoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zviad Sichinava และคุณลักษณะหลักของมันคือ "See the full size shot without opening it"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dribbble Shot Zoom
ดาวน์โหลดไฟล์ส่วนขยาย Dribbble Shot Zoom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See the full-size Dribbble shot without opening it. Please don`t misuse the extension - If you like the shot click the ❤ button from home screen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | igiifcpbjbgiblknodjjnphaggmnbpji |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dribbble-shot-zoom/igiifcpbjbgiblknodjjnphaggmnbpji |
คำอธิบาย | See the full size shot without opening it |
ขนาดไฟล์ | 279 KB |
จำนวนการติดตั้ง | 116 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2017-01-22 |
วันที่เผยแพร่ | 2017-01-22 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Zviad Sichinava |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dribbble Shot Zoom", "author": "Zviad Sichinava", "description": "See the full size shot without opening it", "version": "1", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icons\/extension\/16x16.png", "48": "icons\/extension\/48x48.png", "128": "icons\/extension\/128x128.png" }, "web_accessible_resources": [ "loading.gif", "icons\/web\/icon-off.svg", "icons\/web\/icon-lg.svg", "icons\/web\/icon-sm.svg" ], "content_scripts": [ { "matches": [ "https:\/\/dribbble.com\/*", "http:\/\/dribbble.com\/*" ], "js": [ "jquery-3.1.1.slim.min.js", "main.js" ], "css": [ "main.css" ] } ] } |