Shutterfly Magnifying Glass

This extension magnifies thumbnails on Shutterfly share sites.

Cos'è Shutterfly Magnifying Glass?

Shutterfly Magnifying Glass è un'estensione di Chrome sviluppata da fox016, e la sua funzione principale è "This extension magnifies thumbnails on Shutterfly share sites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Shutterfly Magnifying Glass

Scarica i file di estensione Shutterfly Magnifying Glass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Shutterfly Magnifying Glass Shutterfly Magnifying Glass
ID aaambmpenepcdbkhikamagapmknndjnd
URL Ufficiale https://chromewebstore.google.com/detail/shutterfly-magnifying-gla/aaambmpenepcdbkhikamagapmknndjnd
Descrizione This extension magnifies thumbnails on Shutterfly share sites.
Dimensione del File 86.11 KB
Conteggio Installazioni 419
Versione Corrente 1.0.2
Ultimo Aggiornamento 2014-08-19
Data di Pubblicazione 2014-08-19
Valutazione 2.58/5 Totale 12 Valutazioni
Sviluppatore fox016
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}