ImageGoldmine

Unleash the power of LighShot

ImageGoldmine là gì?

ImageGoldmine là một tiện ích mở rộng Chrome được phát triển bởi coldmeekly, và tính năng chính của nó là "Unleash the power of LighShot".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ImageGoldmine

Tải xuống các tệp mở rộng ImageGoldmine dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ImageGoldmine ImageGoldmine
ID njpnphcflfjcapedggloefcemgcljgnf
URL Chính Thức https://chromewebstore.google.com/detail/imagegoldmine/njpnphcflfjcapedggloefcemgcljgnf
Mô tả Unleash the power of LighShot
Kích Thước Tệp 11.31 KB
Số Lần Cài Đặt 182
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-07-09
Ngày Phát Hành 2019-07-30
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển coldmeekly
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}