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

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

拡張機能の使用方法

                        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
}