Shutterfly Magnifying Glass
This extension magnifies thumbnails on Shutterfly share sites.
Co je Shutterfly Magnifying Glass?
Shutterfly Magnifying Glass je rozšíření Chrome vyvinuté fox016, a jeho hlavní funkcí je „This extension magnifies thumbnails on Shutterfly share sites.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Shutterfly Magnifying Glass
Stáhněte si soubory rozšíření Shutterfly Magnifying Glass ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | aaambmpenepcdbkhikamagapmknndjnd |
Oficiální URL | https://chromewebstore.google.com/detail/shutterfly-magnifying-gla/aaambmpenepcdbkhikamagapmknndjnd |
Popis | This extension magnifies thumbnails on Shutterfly share sites. |
Velikost souboru | 86.11 KB |
Počet instalací | 419 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2014-08-19 |
Datum Vydání | 2014-08-19 |
Hodnocení | 2.58/5 Celkem 12 Hodnocení |
Vývojář | fox016 |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |