Shutterfly Magnifying Glass
This extension magnifies thumbnails on Shutterfly share sites.
Shutterfly Magnifying Glass क्या है?
Shutterfly Magnifying Glass fox016 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension magnifies thumbnails on Shutterfly share sites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shutterfly Magnifying Glass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |