Shutterfly Magnifying Glass

This extension magnifies thumbnails on Shutterfly share sites.

Shutterfly Magnifying Glass란 무엇입니까?

Shutterfly Magnifying Glass은(는) fox016에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension magnifies thumbnails on Shutterfly share sites."입니다.

확장 프로그램 스크린샷

screenshot

Shutterfly Magnifying Glass 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Shutterfly Magnifying Glass Shutterfly Magnifying Glass
ID aaambmpenepcdbkhikamagapmknndjnd
공식 URL https://chromewebstore.google.com/detail/shutterfly-magnifying-gla/aaambmpenepcdbkhikamagapmknndjnd
설명 This extension magnifies thumbnails on Shutterfly share sites.
파일 크기 86.11 KB
설치 횟수 419
현재 버전 1.0.2
최근 업데이트 2014-08-19
출시 날짜 2014-08-19
평점 2.58/5 총 12 개의 평점
개발자 fox016
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}