Open Original Images from Kinja Posts

Opens photos posted to Gawker sites in a new tab at their original size

Open Original Images from Kinja Posts란 무엇입니까?

Open Original Images from Kinja Posts은(는) nathan_h에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens photos posted to Gawker sites in a new tab at their original size"입니다.

확장 프로그램 스크린샷

screenshot

Open Original Images from Kinja Posts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension enables you to view an image posted to a Kinja blog (Jalopnik, OppositeLock, io9, Gawker, etc.) in its originally uploaded size. To view an image's original size, you had to open it in a new tab and change the file name to "original.jpg." This extension streamlines that process.

To use:

Hover your cursor over an image, right click, and select "Open original size in new tab." The image will open in a new tab in its largest available size.

Note: Often, authors crop the leading images to the minimum size before publishing. This extension won't enable you to view such images at a larger size.

Updated (Aug. 3, 2013): I added handling for images using the "ku-bigpic" name.

Updated (Jan. 19, 2014): Added handling for images using the "k-small" name.

Updated (Jan. 24, 2014): Added handling for images using the "avt-small" name.

Updated (March 21, 2014): Added handling for images using the "ku-xlarge2" name.

Updated (March 28, 2014) Added functionality for new upload URLs.                    

확장 프로그램 기본 정보

이름 Open Original Images from Kinja Posts Open Original Images from Kinja Posts
ID nelhneeimmiflhggpnfinapdhgihoida
공식 URL https://chrome.google.com/webstore/detail/open-original-images-from/nelhneeimmiflhggpnfinapdhgihoida
설명 Opens photos posted to Gawker sites in a new tab at their original size
파일 크기 12.01 KB
설치 횟수 83
현재 버전 1.6
최근 업데이트 2014-03-28
출시 날짜 2014-03-28
평점 4.29/5 총 7 개의 평점
개발자 nathan_h
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Original Images from Kinja Posts",
    "version": "1.6",
    "manifest_version": 2,
    "description": "Opens photos posted to Gawker sites in a new tab at their original size",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "newtab.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}