Fix Lightshot
In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
Wat is Fix Lightshot?
Fix Lightshot is een Chrome-extensie ontwikkeld door Ryan Hecht, en de belangrijkste functie is "In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…".
Extensie Screenshots
Download het CRX-bestand van de extensie Fix Lightshot
Download Fix Lightshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dahidcllknfnoleplldmphdnmacjglph |
| Officiële URL | https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph |
| Beschrijving | In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website… |
| Bestandsgrootte | 31.97 KB |
| Aantal Installaties | 4,000 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-02-20 |
| Publicatiedatum | 2018-02-20 |
| Beoordeling | 3.55/5 Totaal 20 Beoordelingen |
| Ontwikkelaar | Ryan Hecht |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
}
]
} | |