ImageGoldmine

Unleash the power of LighShot

Co to jest ImageGoldmine?

ImageGoldmine to rozszerzenie Chrome opracowane przez coldmeekly, a jego główną funkcją jest „Unleash the power of LighShot”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ImageGoldmine

Pobierz pliki rozszerzeń ImageGoldmine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ImageGoldmine ImageGoldmine
ID njpnphcflfjcapedggloefcemgcljgnf
Oficjalny URL https://chromewebstore.google.com/detail/imagegoldmine/njpnphcflfjcapedggloefcemgcljgnf
Opis Unleash the power of LighShot
Rozmiar pliku 11.31 KB
Liczba instalacji 182
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2023-07-09
Data Publikacji 2019-07-30
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper coldmeekly
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}