Tesco Direct Image Downloader

Download images from Scene7

Was ist Tesco Direct Image Downloader?

Tesco Direct Image Downloader ist eine Chrome-Erweiterung, die von reece.casey entwickelt wurde, und ihr Hauptmerkmal ist "Download images from Scene7".

Erweiterungsscreenshots

screenshot

Tesco Direct Image Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tesco Direct Image Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Tesco Direct Image Downloader Tesco Direct Image Downloader
ID dinjiekkgccclnlgdcnhbblcjchpnjpg
Offizielle URL https://chromewebstore.google.com/detail/tesco-direct-image-downlo/dinjiekkgccclnlgdcnhbblcjchpnjpg
Beschreibung Download images from Scene7
Dateigröße 70.1 KB
Installationsanzahl 14
Aktuelle Version 1.1
Letztes Update 2016-06-14
Veröffentlichungsdatum 2016-06-14
Entwickler reece.casey
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}