Fix Lightshot
In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
Cos'è Fix Lightshot?
Fix Lightshot è un'estensione di Chrome sviluppata da Ryan Hecht, e la sua funzione principale è "In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fix Lightshot
Scarica i file di estensione Fix Lightshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Fix Lightshot |
ID | dahidcllknfnoleplldmphdnmacjglph |
URL Ufficiale | https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph |
Descrizione | In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website… |
Dimensione del File | 31.97 KB |
Conteggio Installazioni | 4,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-02-20 |
Data di Pubblicazione | 2018-02-20 |
Valutazione | 3.55/5 Totale 20 Valutazioni |
Sviluppatore | Ryan Hecht |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } ] } |