Tesco Direct Image Downloader

Download images from Scene7

Wat is Tesco Direct Image Downloader?

Tesco Direct Image Downloader is een Chrome-extensie ontwikkeld door reece.casey, en de belangrijkste functie is "Download images from Scene7".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tesco Direct Image Downloader

Download Tesco Direct Image Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Tesco Direct Image Downloader Tesco Direct Image Downloader
ID dinjiekkgccclnlgdcnhbblcjchpnjpg
Officiële URL https://chromewebstore.google.com/detail/tesco-direct-image-downlo/dinjiekkgccclnlgdcnhbblcjchpnjpg
Beschrijving Download images from Scene7
Bestandsgrootte 70.1 KB
Aantal Installaties 14
Huidige Versie 1.1
Laatst Bijgewerkt 2016-06-14
Publicatiedatum 2016-06-14
Ontwikkelaar reece.casey
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}