Open Original Images from Kinja Posts

Opens photos posted to Gawker sites in a new tab at their original size

Open Original Images from Kinja Posts क्या है?

Open Original Images from Kinja Posts nathan_h द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens photos posted to Gawker sites in a new tab at their original size"।

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

screenshot

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

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

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

                        This extension enables you to view an image posted to a Kinja blog (Jalopnik, OppositeLock, io9, Gawker, etc.) in its originally uploaded size. To view an image's original size, you had to open it in a new tab and change the file name to "original.jpg." This extension streamlines that process.

To use:

Hover your cursor over an image, right click, and select "Open original size in new tab." The image will open in a new tab in its largest available size.

Note: Often, authors crop the leading images to the minimum size before publishing. This extension won't enable you to view such images at a larger size.

Updated (Aug. 3, 2013): I added handling for images using the "ku-bigpic" name.

Updated (Jan. 19, 2014): Added handling for images using the "k-small" name.

Updated (Jan. 24, 2014): Added handling for images using the "avt-small" name.

Updated (March 21, 2014): Added handling for images using the "ku-xlarge2" name.

Updated (March 28, 2014) Added functionality for new upload URLs.                    

एक्सटेंशन की मूल जानकारी

नाम Open Original Images from Kinja Posts Open Original Images from Kinja Posts
ID nelhneeimmiflhggpnfinapdhgihoida
आधिकारिक URL https://chrome.google.com/webstore/detail/open-original-images-from/nelhneeimmiflhggpnfinapdhgihoida
विवरण Opens photos posted to Gawker sites in a new tab at their original size
फ़ाइल का आकार 12.01 KB
स्थापना संख्या 83
वर्तमान संस्करण 1.6
अंतिम अपडेट 2014-03-28
प्रकाशन तिथि 2014-03-28
रेटिंग 4.29/5 कुल 7 रेटिंग्स
डेवलपर nathan_h
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Original Images from Kinja Posts",
    "version": "1.6",
    "manifest_version": 2,
    "description": "Opens photos posted to Gawker sites in a new tab at their original size",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "newtab.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}