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