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ファイルをダウンロード

Shutterfly Magnifying Glass拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
            ]
        }
    ]
}