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

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

拡張機能の使用方法

                        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
}