ImageGoldmine
Unleash the power of LighShot
Qu'est-ce que ImageGoldmine ?
ImageGoldmine est une extension Chrome développée par coldmeekly, et sa fonction principale est "Unleash the power of LighShot".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ImageGoldmine
Téléchargez les fichiers d'extension ImageGoldmine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ImageGoldmine |
ID | njpnphcflfjcapedggloefcemgcljgnf |
URL Officiel | https://chromewebstore.google.com/detail/imagegoldmine/njpnphcflfjcapedggloefcemgcljgnf |
Description | Unleash the power of LighShot |
Taille du Fichier | 11.31 KB |
Nombre d'Installations | 182 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2023-07-09 |
Date de Publication | 2019-07-30 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | coldmeekly |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |