ImageGoldmine
Unleash the power of LighShot
Wat is ImageGoldmine?
ImageGoldmine is een Chrome-extensie ontwikkeld door coldmeekly, en de belangrijkste functie is "Unleash the power of LighShot".
Extensie Screenshots
Download het CRX-bestand van de extensie ImageGoldmine
Download ImageGoldmine-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
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
Basisinformatie over de Extensie
Naam | ImageGoldmine |
ID | njpnphcflfjcapedggloefcemgcljgnf |
Officiële URL | https://chromewebstore.google.com/detail/imagegoldmine/njpnphcflfjcapedggloefcemgcljgnf |
Beschrijving | Unleash the power of LighShot |
Bestandsgrootte | 11.31 KB |
Aantal Installaties | 182 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2023-07-09 |
Publicatiedatum | 2019-07-30 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | coldmeekly |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |