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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "When you open a tumblr image into a new tab or window, this extension auto-loads a larger image version if it's available."।

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

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

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

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

                        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
}