Get Tmbl Image

Easy loading of jpg image from image page on Tumblr

Was ist Get Tmbl Image?

Get Tmbl Image ist eine Chrome-Erweiterung, die von Gennady Chugrin entwickelt wurde, und ihr Hauptmerkmal ist "Easy loading of jpg image from image page on Tumblr".

Get Tmbl Image-Erweiterungs-CRX-Datei herunterladen

Laden Sie Get Tmbl Image-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

                        When you are viewing image page on Tumblr ( for ex. like this https://cabin-porn.tumblr.com/post/159951690523) and there is a one image on this page and you want to save this image to your HDD ... just press the button of this extension.                    

Grundlegende Informationen zur Erweiterung

Name Get Tmbl Image Get Tmbl Image
ID jipimhonlfmehelndpbmbbpipcampbjb
Offizielle URL https://chromewebstore.google.com/detail/get-tmbl-image/jipimhonlfmehelndpbmbbpipcampbjb
Beschreibung Easy loading of jpg image from image page on Tumblr
Dateigröße 18.97 KB
Installationsanzahl 72
Aktuelle Version 1.0
Letztes Update 2017-04-25
Veröffentlichungsdatum 2017-04-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Gennady Chugrin
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Tmbl Image",
    "description": "Easy loading of jpg image from image page on Tumblr",
    "version": "1.0",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "activeTab",
        "tabs",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "res\/img\/icon16.png",
        "48": "res\/img\/icon48.png",
        "128": "res\/img\/icon128.png"
    }
}