Tesco Direct Image Downloader

Download images from Scene7

Cos'è Tesco Direct Image Downloader?

Tesco Direct Image Downloader è un'estensione di Chrome sviluppata da reece.casey, e la sua funzione principale è "Download images from Scene7".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tesco Direct Image Downloader

Scarica i file di estensione Tesco Direct Image Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Tesco Direct Image Downloader Tesco Direct Image Downloader
ID dinjiekkgccclnlgdcnhbblcjchpnjpg
URL Ufficiale https://chromewebstore.google.com/detail/tesco-direct-image-downlo/dinjiekkgccclnlgdcnhbblcjchpnjpg
Descrizione Download images from Scene7
Dimensione del File 70.1 KB
Conteggio Installazioni 14
Versione Corrente 1.1
Ultimo Aggiornamento 2016-06-14
Data di Pubblicazione 2016-06-14
Sviluppatore reece.casey
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}