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ファイルをダウンロード

Open Original Images from Kinja Posts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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:\/\/*\/*"
    ]
}