ImageGoldmine

Unleash the power of LighShot

ImageGoldmineคืออะไร?

ImageGoldmine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย coldmeekly และคุณลักษณะหลักของมันคือ "Unleash the power of LighShot"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ImageGoldmine

ดาวน์โหลดไฟล์ส่วนขยาย ImageGoldmine ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ImageGoldmine ImageGoldmine
ID njpnphcflfjcapedggloefcemgcljgnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imagegoldmine/njpnphcflfjcapedggloefcemgcljgnf
คำอธิบาย Unleash the power of LighShot
ขนาดไฟล์ 11.31 KB
จำนวนการติดตั้ง 182
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2023-07-09
วันที่เผยแพร่ 2019-07-30
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา coldmeekly
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}