Fix Lightshot
In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…
¿Qué es Fix Lightshot?
Fix Lightshot es una extensión de Chrome desarrollada por Ryan Hecht, y su función principal es "In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Fix Lightshot
Descarga archivos de extensión Fix Lightshot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Fix Lightshot |
ID | dahidcllknfnoleplldmphdnmacjglph |
URL Oficial | https://chromewebstore.google.com/detail/fix-lightshot/dahidcllknfnoleplldmphdnmacjglph |
Descripción | In Februrary 2018, Lightshot (https://app.prntscr.com/en/index.html), a populat screenshot sharing service, changed their website… |
Tamaño del Archivo | 31.97 KB |
Cantidad de Instalaciones | 4,000 |
Versión Actual | 1.0 |
Última Actualización | 2018-02-20 |
Fecha de Publicación | 2018-02-20 |
Calificación | 3.55/5 Total de 20 Calificaciones |
Desarrollador | Ryan Hecht |
Tipo de Pago | free |
Idiomas Soportados | 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" } } ] } |