Fix Lightshot
In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
Co je Fix Lightshot?
Fix Lightshot je rozšíření Chrome vyvinuté Ryan Hecht, a jeho hlavní funkcí je „In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fix Lightshot
Stáhněte si soubory rozšíření Fix Lightshot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Fix Lightshot |
ID | dahidcllknfnoleplldmphdnmacjglph |
Oficiální URL | https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph |
Popis | In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website… |
Velikost souboru | 31.97 KB |
Počet instalací | 4,000 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2018-02-20 |
Datum Vydání | 2018-02-20 |
Hodnocení | 3.55/5 Celkem 20 Hodnocení |
Vývojář | Ryan Hecht |
Typ Platby | free |
Podporované Jazyky | 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" } } ] } |