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
}