directGyazo

This extension redirects a Gyazo link to a direct image link.

directGyazo क्या है?

directGyazo skiilaa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension redirects a Gyazo link to a direct image link."।

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

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

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

                        Afraid of possible attacks in Gyazo? Tired of not being able to zoom into the picture using Ctrl+Scroll? This is the extension for you. Anytime you open a Gyazo link, this extension will redirect your to the direct image file stored on the Gyazo servers.                    

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

नाम directGyazo directGyazo
ID oebemlehbnppikcnppfocbfjbhkadnbo
आधिकारिक URL https://chromewebstore.google.com/detail/directgyazo/oebemlehbnppikcnppfocbfjbhkadnbo
विवरण This extension redirects a Gyazo link to a direct image link.
फ़ाइल का आकार 3.24 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-03-05
प्रकाशन तिथि 2017-03-05
डेवलपर skiilaa
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "directGyazo",
    "description": "This extension redirects a Gyazo link to a direct image link.",
    "version": "1.0",
    "background": {
        "scripts": [
            "gyazoRed.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}