Shutterfly Magnifying Glass

This extension magnifies thumbnails on Shutterfly share sites.

Shutterfly Magnifying Glass là gì?

Shutterfly Magnifying Glass là một tiện ích mở rộng Chrome được phát triển bởi fox016, và tính năng chính của nó là "This extension magnifies thumbnails on Shutterfly share sites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shutterfly Magnifying Glass

Tải xuống các tệp mở rộng Shutterfly Magnifying Glass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shutterfly Magnifying Glass Shutterfly Magnifying Glass
ID aaambmpenepcdbkhikamagapmknndjnd
URL Chính Thức https://chromewebstore.google.com/detail/shutterfly-magnifying-gla/aaambmpenepcdbkhikamagapmknndjnd
Mô tả This extension magnifies thumbnails on Shutterfly share sites.
Kích Thước Tệp 86.11 KB
Số Lần Cài Đặt 419
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-08-19
Ngày Phát Hành 2014-08-19
Đánh Giá 2.58/5 Tổng số 12 Đánh Giá
Nhà Phát Triển fox016
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}