Fix Lightshot

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

Vad är Fix Lightshot?

Fix Lightshot är en Chrome-tillägg utvecklad av Ryan Hecht, och dess huvudfunktion är "In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…".

Tilläggsskärmbilder

screenshot

Ladda ner Fix Lightshot-förlängningens CRX-fil

Ladda ner Fix Lightshot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Fix Lightshot Fix Lightshot
ID dahidcllknfnoleplldmphdnmacjglph
Officiell webbadress https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph
Beskrivning In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
Filstorlek 31.97 KB
Antal Installationer 4,000
Aktuell Version 1.0
Senast Uppdaterad 2018-02-20
Publiceringsdatum 2018-02-20
Betyg 3.55/5 Totalt 20 Betyg
Utvecklare Ryan Hecht
Betalningssätt free
Stödda Språk 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"
            }
        }
    ]
}