Get Tmbl Image

Easy loading of jpg image from image page on Tumblr

Apa itu Get Tmbl Image?

Get Tmbl Image adalah ekstensi Chrome yang dikembangkan oleh Gennady Chugrin, dan fitur utamanya adalah "Easy loading of jpg image from image page on Tumblr".

Unduh Berkas CRX Ekstensi Get Tmbl Image

Unduh file ekstensi Get Tmbl Image dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Get Tmbl Image Get Tmbl Image
ID jipimhonlfmehelndpbmbbpipcampbjb
URL Resmi https://chromewebstore.google.com/detail/get-tmbl-image/jipimhonlfmehelndpbmbbpipcampbjb
Deskripsi Easy loading of jpg image from image page on Tumblr
Ukuran File 18.97 KB
Jumlah Instalasi 72
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-04-25
Tanggal Publikasi 2017-04-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Gennady Chugrin
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}