Shutterfly Magnifying Glass
This extension magnifies thumbnails on Shutterfly share sites.
What is Shutterfly Magnifying Glass?
Shutterfly Magnifying Glass is a Chrome extension developed by fox016, and its main feature is "This extension magnifies thumbnails on Shutterfly share sites.".
Extension Screenshots
Download Shutterfly Magnifying Glass Extension CRX File
Download Shutterfly Magnifying Glass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | aaambmpenepcdbkhikamagapmknndjnd |
Official URL | https://chromewebstore.google.com/detail/shutterfly-magnifying-gla/aaambmpenepcdbkhikamagapmknndjnd |
Description | This extension magnifies thumbnails on Shutterfly share sites. |
File Size | 86.11 KB |
Installation Count | 419 |
Current Version | 1.0.2 |
Last Updated | 2014-08-19 |
Publish Date | 2014-08-19 |
Rating | 2.58/5 Total 12 Ratings |
Developer | fox016 |
Payment Type | free |
Supported Languages | 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" ] } ] } |