Tumblr 1280

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

Tumblr 1280 क्या है?

Tumblr 1280 Oelson TCS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the higher res version of an image, if it exists."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tumblr 1280 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}