Tumblr 1280

Shows the higher res version of an image, if it exists.

What is Tumblr 1280?

Tumblr 1280 is a Chrome extension developed by Oelson TCS, and its main feature is "Shows the higher res version of an image, if it exists.".

Extension Screenshots

screenshot

Download Tumblr 1280 Extension CRX File

Download Tumblr 1280 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Tumblr 1280 Tumblr 1280
ID hpcpiffhohmgadgjlejekipdgnahkmhn
Official URL https://chromewebstore.google.com/detail/tumblr-1280/hpcpiffhohmgadgjlejekipdgnahkmhn
Description Shows the higher res version of an image, if it exists.
File Size 36.79 KB
Installation Count 766
Current Version 1.3
Last Updated 2013-08-28
Publish Date 2013-08-27
Rating 3.87/5 Total 15 Ratings
Developer Oelson TCS
Payment Type free
Supported Languages 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
}