Tesco Direct Image Downloader

Download images from Scene7

Tesco Direct Image Downloader là gì?

Tesco Direct Image Downloader là một tiện ích mở rộng Chrome được phát triển bởi reece.casey, và tính năng chính của nó là "Download images from Scene7".

Ả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 Tesco Direct Image Downloader

Tải xuống các tệp mở rộng Tesco Direct Image Downloader 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

                                            

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

Tên Tesco Direct Image Downloader Tesco Direct Image Downloader
ID dinjiekkgccclnlgdcnhbblcjchpnjpg
URL Chính Thức https://chromewebstore.google.com/detail/tesco-direct-image-downlo/dinjiekkgccclnlgdcnhbblcjchpnjpg
Mô tả Download images from Scene7
Kích Thước Tệp 70.1 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-06-14
Ngày Phát Hành 2016-06-14
Nhà Phát Triển reece.casey
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tesco Direct Image Downloader",
    "description": "Download images from Scene7",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "scripts": [
            "script\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tesco.com\/direct*",
                "http:\/\/www.tesco.com\/direct\/*"
            ],
            "js": [
                "script\/jquery.min.js",
                "script\/inject.js"
            ],
            "css": [
                "style\/pure.css",
                "style\/bootstrap.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "s7fav.ico",
        "default_title": "Download Images"
    }
}