Shutterfly Magnifying Glass
This extension magnifies thumbnails on Shutterfly share sites.
Shutterfly Magnifying Glassคืออะไร?
Shutterfly Magnifying Glass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fox016 และคุณลักษณะหลักของมันคือ "This extension magnifies thumbnails on Shutterfly share sites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shutterfly Magnifying Glass
ดาวน์โหลดไฟล์ส่วนขยาย Shutterfly Magnifying Glass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will magnify images that you hover over with your mouse. It doesn't just make the image larger (and therefore more blurry); it downloads the larger image from Shutterfly and displays it next to your mouse.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | aaambmpenepcdbkhikamagapmknndjnd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shutterfly-magnifying-gla/aaambmpenepcdbkhikamagapmknndjnd |
คำอธิบาย | This extension magnifies thumbnails on Shutterfly share sites. |
ขนาดไฟล์ | 86.11 KB |
จำนวนการติดตั้ง | 419 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2014-08-19 |
วันที่เผยแพร่ | 2014-08-19 |
คะแนน | 2.58/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | fox016 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shutterfly Magnifying Glass", "description": "This extension magnifies thumbnails on Shutterfly share sites.", "version": "1.0.2", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.shutterfly.com\/*" ], "css": [], "js": [ "jquery.js", "shutterflyExt.js" ] } ] } |