Fix Lightshot
In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
Co to jest Fix Lightshot?
Fix Lightshot to rozszerzenie Chrome opracowane przez Ryan Hecht, a jego główną funkcją jest „In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fix Lightshot
Pobierz pliki rozszerzeń Fix Lightshot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dahidcllknfnoleplldmphdnmacjglph |
| Oficjalny URL | https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph |
| Opis | In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website… |
| Rozmiar pliku | 31.97 KB |
| Liczba instalacji | 4,000 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2018-02-20 |
| Data Publikacji | 2018-02-20 |
| Ocena | 3.55/5 Łącznie 20 Oceny |
| Deweloper | Ryan Hecht |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
}
]
} | |