Get Tmbl Image

Easy loading of jpg image from image page on Tumblr

Get Tmbl Imageคืออะไร?

Get Tmbl Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gennady Chugrin และคุณลักษณะหลักของมันคือ "Easy loading of jpg image from image page on Tumblr"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Tmbl Image

ดาวน์โหลดไฟล์ส่วนขยาย Get Tmbl Image ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Get Tmbl Image Get Tmbl Image
ID jipimhonlfmehelndpbmbbpipcampbjb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/get-tmbl-image/jipimhonlfmehelndpbmbbpipcampbjb
คำอธิบาย Easy loading of jpg image from image page on Tumblr
ขนาดไฟล์ 18.97 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-04-25
วันที่เผยแพร่ 2017-04-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Gennady Chugrin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}