ImageGoldmine

Unleash the power of LighShot

Cos'è ImageGoldmine?

ImageGoldmine è un'estensione di Chrome sviluppata da coldmeekly, e la sua funzione principale è "Unleash the power of LighShot".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ImageGoldmine

Scarica i file di estensione ImageGoldmine in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ImageGoldmine ImageGoldmine
ID njpnphcflfjcapedggloefcemgcljgnf
URL Ufficiale https://chromewebstore.google.com/detail/imagegoldmine/njpnphcflfjcapedggloefcemgcljgnf
Descrizione Unleash the power of LighShot
Dimensione del File 11.31 KB
Conteggio Installazioni 182
Versione Corrente 1.4
Ultimo Aggiornamento 2023-07-09
Data di Pubblicazione 2019-07-30
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore coldmeekly
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}