Tesco Direct Image Downloader

Download images from Scene7

Apa itu Tesco Direct Image Downloader?

Tesco Direct Image Downloader adalah ekstensi Chrome yang dikembangkan oleh reece.casey, dan fitur utamanya adalah "Download images from Scene7".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tesco Direct Image Downloader

Unduh file ekstensi Tesco Direct Image Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Tesco Direct Image Downloader Tesco Direct Image Downloader
ID dinjiekkgccclnlgdcnhbblcjchpnjpg
URL Resmi https://chromewebstore.google.com/detail/tesco-direct-image-downlo/dinjiekkgccclnlgdcnhbblcjchpnjpg
Deskripsi Download images from Scene7
Ukuran File 70.1 KB
Jumlah Instalasi 14
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-06-14
Tanggal Publikasi 2016-06-14
Pengembang reece.casey
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}