Get Tmbl Image

Easy loading of jpg image from image page on Tumblr

Get Tmbl Image là gì?

Get Tmbl Image là một tiện ích mở rộng Chrome được phát triển bởi Gennady Chugrin, và tính năng chính của nó là "Easy loading of jpg image from image page on Tumblr".

Tải xuống tệp CRX của tiện ích mở rộng Get Tmbl Image

Tải xuống các tệp mở rộng Get Tmbl Image dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Get Tmbl Image Get Tmbl Image
ID jipimhonlfmehelndpbmbbpipcampbjb
URL Chính Thức https://chromewebstore.google.com/detail/get-tmbl-image/jipimhonlfmehelndpbmbbpipcampbjb
Mô tả Easy loading of jpg image from image page on Tumblr
Kích Thước Tệp 18.97 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-04-25
Ngày Phát Hành 2017-04-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Gennady Chugrin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}