Fix Lightshot

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

Qu'est-ce que Fix Lightshot ?

Fix Lightshot est une extension Chrome développée par Ryan Hecht, et sa fonction principale est "In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fix Lightshot

Téléchargez les fichiers d'extension Fix Lightshot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Fix Lightshot Fix Lightshot
ID dahidcllknfnoleplldmphdnmacjglph
URL Officiel https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph
Description In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
Taille du Fichier 31.97 KB
Nombre d'Installations 4,000
Version Actuelle 1.0
Dernière Mise à Jour 2018-02-20
Date de Publication 2018-02-20
Évaluation 3.55/5 Total 20 Évaluations
Développeur Ryan Hecht
Type de Paiement free
Langues Prises en Charge 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"
            }
        }
    ]
}