gyazo Extension

This extension will automatically take you to the .jpg extension of your gyazo screenshot.

gyazo Extension क्या है?

gyazo Extension elliot.r.mitchell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will automatically take you to the .jpg extension of your gyazo screenshot."।

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

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

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

                        If you don't like the border that gyazo automatically adds and you find your self having to right click -> copy image url instead of copying the original url, this is for you!

This extension will automatically take you to the .jpg image of your screen shot.                    

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

नाम gyazo Extension gyazo Extension
ID mmnkpjgmmooaodpfpeckibpkckkfnohh
आधिकारिक URL https://chrome.google.com/webstore/detail/gyazo-extension/mmnkpjgmmooaodpfpeckibpkckkfnohh
विवरण This extension will automatically take you to the .jpg extension of your gyazo screenshot.
फ़ाइल का आकार 4.68 KB
स्थापना संख्या 432
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-07-03
प्रकाशन तिथि 2015-07-03
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर elliot.r.mitchell
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gyazo Extension",
    "description": "This extension will automatically take you to the .jpg extension of your gyazo screenshot.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/background.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        ""
    ]
}