Fix Lightshot
In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
Was ist Fix Lightshot?
Fix Lightshot ist eine Chrome-Erweiterung, die von Ryan Hecht entwickelt wurde, und ihr Hauptmerkmal ist "In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…".
Erweiterungsscreenshots
Fix Lightshot-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fix Lightshot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Fix Lightshot |
ID | dahidcllknfnoleplldmphdnmacjglph |
Offizielle URL | https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph |
Beschreibung | In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website… |
Dateigröße | 31.97 KB |
Installationsanzahl | 4,000 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-02-20 |
Veröffentlichungsdatum | 2018-02-20 |
Bewertung | 3.55/5 Insgesamt 20 Bewertungen |
Entwickler | Ryan Hecht |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } ] } |