Tumblr Load HiRes Images

When you open a tumblr image into a new tab or window, this extension auto-loads a larger image version if it's available.

Tumblr Load HiRes Images란 무엇입니까?

Tumblr Load HiRes Images은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "When you open a tumblr image into a new tab or window, this extension auto-loads a larger image version if it's available."입니다.

확장 프로그램 스크린샷

Tumblr Load HiRes Images 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This small utility allows you to easily load and view the large version of images on various tumblr.com blogs.

Sometimes trying to zoom an image will just redirect you to a different site! 

With this extension running, just right-click and choose "Open image in a new tab".

It checks if there's a larger version available on tumbr and will navigate to it if there is.                    

확장 프로그램 기본 정보

이름 Tumblr Load HiRes Images Tumblr Load HiRes Images
ID nmnkcdhmgffolgjmohbbdahpebdpglkp
공식 URL https://chromewebstore.google.com/detail/tumblr-load-hires-images/nmnkcdhmgffolgjmohbbdahpebdpglkp
설명 When you open a tumblr image into a new tab or window, this extension auto-loads a larger image version if it's available.
파일 크기 56.99 KB
설치 횟수 869
현재 버전 1.0.2
최근 업데이트 2012-09-25
출시 날짜 2012-09-25
평점 4.46/5 총 13 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tumblr Load HiRes Images",
    "version": "1.0.2",
    "description": "When you open a tumblr image into a new tab or window, this extension auto-loads a larger image version if it's available.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*.tumblr.com\/*"
    ],
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "The tumblr-hirez extension found a larger image and automatically navigated to it.\r\n\r\n Press back to see original."
    },
    "icons": {
        "48": "icon-48.png"
    },
    "manifest_version": 2
}