Fix Lightshot

In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…

Fix Lightshot क्या है?

Fix Lightshot Ryan Hecht द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…"।

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

screenshot

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

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

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

                        In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website to make it more difficult to view the source image of your screenshot. 

In response, this extension allows you to bypass the https://prnt.sc page altogether, and instead directly loads the source URL of the image you're trying to view.                    

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

नाम Fix Lightshot Fix Lightshot
ID dahidcllknfnoleplldmphdnmacjglph
आधिकारिक URL https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph
विवरण In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
फ़ाइल का आकार 31.97 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-02-20
प्रकाशन तिथि 2018-02-20
रेटिंग 3.55/5 कुल 20 रेटिंग्स
डेवलपर Ryan Hecht
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Lightshot",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/prnt.sc\/*",
                "http:\/\/prnt.sc\/*"
            ],
            "js": [
                "content.js"
            ],
            "icons": {
                "128": "icon128.png",
                "48": "icon48.png"
            }
        }
    ]
}