ImageGoldmine
Unleash the power of LighShot
¿Qué es ImageGoldmine?
ImageGoldmine es una extensión de Chrome desarrollada por coldmeekly, y su función principal es "Unleash the power of LighShot".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ImageGoldmine
Descarga archivos de extensión ImageGoldmine 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
More in-depth description will be added soonFast and Powerful way to lightshot image previewer. To use, simply load a prnt.sc image and use the left or right arrow keys. Latest update: * Added checks to skip honeypots * Added prefetching, prerendering and preconnecting to increase performance
Información Básica de la Extensión
Nombre | ImageGoldmine |
ID | njpnphcflfjcapedggloefcemgcljgnf |
URL Oficial | https://chromewebstore.google.com/detail/imagegoldmine/njpnphcflfjcapedggloefcemgcljgnf |
Descripción | Unleash the power of LighShot |
Tamaño del Archivo | 11.31 KB |
Cantidad de Instalaciones | 182 |
Versión Actual | 1.4 |
Última Actualización | 2023-07-09 |
Fecha de Publicación | 2019-07-30 |
Calificación | 3.50/5 Total de 2 Calificaciones |
Desarrollador | coldmeekly |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ImageGoldmine", "version": "1.4", "description": "Unleash the power of LighShot", "permissions": [ "http:\/\/prnt.sc\/*", "https:\/\/prnt.sc\/*" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/prnt.sc\/*", "https:\/\/prnt.sc\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" } }, "icons": { "16": "images\/get_started16.png", "32": "images\/get_started32.png", "48": "images\/get_started48.png", "128": "images\/get_started128.png" }, "manifest_version": 2 } |