Fix Lightshot
In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
Hvad er Fix Lightshot?
Fix Lightshot er en Chrome-udvidelse udviklet af Ryan Hecht, og dens hovedfunktion er "In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…".
Udvidelsesskærmbilleder
Download Fix Lightshot-udvidelses-CRX-fil
Download Fix Lightshot-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | dahidcllknfnoleplldmphdnmacjglph |
| Officiel URL | https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph |
| Beskrivelse | In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website… |
| Filstørrelse | 31.97 KB |
| Antal Installationer | 4,000 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2018-02-20 |
| Udgivelsesdato | 2018-02-20 |
| Bedømmelse | 3.55/5 Samlet 20 Bedømmelser |
| Udvikler | Ryan Hecht |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
}
]
} | |