Shutterfly Magnifying Glass
This extension magnifies thumbnails on Shutterfly share sites.
Qu'est-ce que Shutterfly Magnifying Glass ?
Shutterfly Magnifying Glass est une extension Chrome développée par fox016, et sa fonction principale est "This extension magnifies thumbnails on Shutterfly share sites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shutterfly Magnifying Glass
Téléchargez les fichiers d'extension Shutterfly Magnifying Glass au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | aaambmpenepcdbkhikamagapmknndjnd |
URL Officiel | https://chromewebstore.google.com/detail/shutterfly-magnifying-gla/aaambmpenepcdbkhikamagapmknndjnd |
Description | This extension magnifies thumbnails on Shutterfly share sites. |
Taille du Fichier | 86.11 KB |
Nombre d'Installations | 419 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2014-08-19 |
Date de Publication | 2014-08-19 |
Évaluation | 2.58/5 Total 12 Évaluations |
Développeur | fox016 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |