Shutterfly Magnifying Glass

This extension magnifies thumbnails on Shutterfly share sites.

Co to jest Shutterfly Magnifying Glass?

Shutterfly Magnifying Glass to rozszerzenie Chrome opracowane przez fox016, a jego główną funkcją jest „This extension magnifies thumbnails on Shutterfly share sites.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Shutterfly Magnifying Glass

Pobierz pliki rozszerzeń Shutterfly Magnifying Glass w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shutterfly Magnifying Glass Shutterfly Magnifying Glass
ID aaambmpenepcdbkhikamagapmknndjnd
Oficjalny URL https://chromewebstore.google.com/detail/shutterfly-magnifying-gla/aaambmpenepcdbkhikamagapmknndjnd
Opis This extension magnifies thumbnails on Shutterfly share sites.
Rozmiar pliku 86.11 KB
Liczba instalacji 419
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2014-08-19
Data Publikacji 2014-08-19
Ocena 2.58/5 Łącznie 12 Oceny
Deweloper fox016
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}