Shutterfly Magnifying Glass

This extension magnifies thumbnails on Shutterfly share sites.

Wat is Shutterfly Magnifying Glass?

Shutterfly Magnifying Glass is een Chrome-extensie ontwikkeld door fox016, en de belangrijkste functie is "This extension magnifies thumbnails on Shutterfly share sites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Shutterfly Magnifying Glass

Download Shutterfly Magnifying Glass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Shutterfly Magnifying Glass Shutterfly Magnifying Glass
ID aaambmpenepcdbkhikamagapmknndjnd
Officiële URL https://chromewebstore.google.com/detail/shutterfly-magnifying-gla/aaambmpenepcdbkhikamagapmknndjnd
Beschrijving This extension magnifies thumbnails on Shutterfly share sites.
Bestandsgrootte 86.11 KB
Aantal Installaties 419
Huidige Versie 1.0.2
Laatst Bijgewerkt 2014-08-19
Publicatiedatum 2014-08-19
Beoordeling 2.58/5 Totaal 12 Beoordelingen
Ontwikkelaar fox016
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}