Get Tmbl Image

Easy loading of jpg image from image page on Tumblr

Get Tmbl Image란 무엇입니까?

Get Tmbl Image은(는) Gennady Chugrin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy loading of jpg image from image page on Tumblr"입니다.

Get Tmbl Image 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}