ImageGoldmine
Unleash the power of LighShot
What is ImageGoldmine?
ImageGoldmine is a Chrome extension developed by coldmeekly, and its main feature is "Unleash the power of LighShot".
Extension Screenshots
Download ImageGoldmine Extension CRX File
Download ImageGoldmine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ImageGoldmine |
ID | njpnphcflfjcapedggloefcemgcljgnf |
Official URL | https://chromewebstore.google.com/detail/imagegoldmine/njpnphcflfjcapedggloefcemgcljgnf |
Description | Unleash the power of LighShot |
File Size | 11.31 KB |
Installation Count | 182 |
Current Version | 1.4 |
Last Updated | 2023-07-09 |
Publish Date | 2019-07-30 |
Rating | 3.50/5 Total 2 Ratings |
Developer | coldmeekly |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |