Get Tmbl Image

Easy loading of jpg image from image page on Tumblr

Qu'est-ce que Get Tmbl Image ?

Get Tmbl Image est une extension Chrome développée par Gennady Chugrin, et sa fonction principale est "Easy loading of jpg image from image page on Tumblr".

Télécharger le fichier CRX de l'extension Get Tmbl Image

Téléchargez les fichiers d'extension Get Tmbl Image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Get Tmbl Image Get Tmbl Image
ID jipimhonlfmehelndpbmbbpipcampbjb
URL Officiel https://chromewebstore.google.com/detail/get-tmbl-image/jipimhonlfmehelndpbmbbpipcampbjb
Description Easy loading of jpg image from image page on Tumblr
Taille du Fichier 18.97 KB
Nombre d'Installations 72
Version Actuelle 1.0
Dernière Mise à Jour 2017-04-25
Date de Publication 2017-04-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur Gennady Chugrin
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}