Get Tmbl Image

Easy loading of jpg image from image page on Tumblr

O que é Get Tmbl Image?

Get Tmbl Image é uma extensão do Chrome desenvolvida por Gennady Chugrin, e sua principal característica é "Easy loading of jpg image from image page on Tumblr".

Baixar o arquivo CRX da Extensão Get Tmbl Image

Baixe arquivos de extensão Get Tmbl Image no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Get Tmbl Image Get Tmbl Image
ID jipimhonlfmehelndpbmbbpipcampbjb
URL Oficial https://chromewebstore.google.com/detail/get-tmbl-image/jipimhonlfmehelndpbmbbpipcampbjb
Descrição Easy loading of jpg image from image page on Tumblr
Tamanho do Arquivo 18.97 KB
Contagem de Instalações 72
Versão Atual 1.0
Última Atualização 2017-04-25
Data de Publicação 2017-04-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Gennady Chugrin
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}