Tistory Original Images

Redirect to original image links for Tistory images.

Tistory Original Images क्या है?

Tistory Original Images Scotto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect to original image links for Tistory images."।

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

screenshot
screenshot
screenshot

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

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

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

                        An extension to redirect you from resized/compressed Tistory image links to their original Tistory image links.                    

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

नाम Tistory Original Images Tistory Original Images
ID bdgdplnchnhegggceefhpnefnebpaflp
आधिकारिक URL https://chromewebstore.google.com/detail/tistory-original-images/bdgdplnchnhegggceefhpnefnebpaflp
विवरण Redirect to original image links for Tistory images.
फ़ाइल का आकार 10.17 KB
स्थापना संख्या 118
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2018-06-29
प्रकाशन तिथि 2018-06-29
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Scotto
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tistory Original Images",
    "description": "Redirect to original image links for Tistory images.",
    "version": "0.1.5",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/icons\/iconx16.png",
        "48": ".\/icons\/iconx48.png",
        "128": ".\/icons\/iconx128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/iconx16.png",
            "48": ".\/icons\/iconx48.png",
            "128": ".\/icons\/iconx128.png"
        }
    },
    "commands": {
        "save": {
            "suggested_key": {
                "default": "Ctrl+S",
                "mac": "Command+S"
            },
            "description": "Save"
        }
    }
}