Tumblr 1280

Shows the higher res version of an image, if it exists.

Tumblr 1280란 무엇입니까?

Tumblr 1280은(는) Oelson TCS에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the higher res version of an image, if it exists."입니다.

확장 프로그램 스크린샷

screenshot

Tumblr 1280 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tumblr loads images in 2 resolutions: 500 wide and 1280 wide.
Some tumblrs actually have the 1280 resolution, but when clicked, they link to the 500 one.

This extension attempts to automatically find and display the bigger image, if a higher resolution is available.

UPDATE: Now works with gifs! [from 250/400 to 500 resolution]                    

확장 프로그램 기본 정보

이름 Tumblr 1280 Tumblr 1280
ID hpcpiffhohmgadgjlejekipdgnahkmhn
공식 URL https://chromewebstore.google.com/detail/tumblr-1280/hpcpiffhohmgadgjlejekipdgnahkmhn
설명 Shows the higher res version of an image, if it exists.
파일 크기 36.79 KB
설치 횟수 766
현재 버전 1.3
최근 업데이트 2013-08-28
출시 날짜 2013-08-27
평점 3.87/5 총 15 개의 평점
개발자 Oelson TCS
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tumblr 1280",
    "version": "1.3",
    "description": "Shows the higher res version of an image, if it exists.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "There's a '_500.xxx' in this URL!"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}