ImageGoldmine
Unleash the power of LighShot
Was ist ImageGoldmine?
ImageGoldmine ist eine Chrome-Erweiterung, die von coldmeekly entwickelt wurde, und ihr Hauptmerkmal ist "Unleash the power of LighShot".
Erweiterungsscreenshots
ImageGoldmine-Erweiterungs-CRX-Datei herunterladen
Laden Sie ImageGoldmine-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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                     Grundlegende Informationen zur Erweiterung
| Name |  | 
| ID | njpnphcflfjcapedggloefcemgcljgnf | 
| Offizielle URL | https://chromewebstore.google.com/detail/imagegoldmine/njpnphcflfjcapedggloefcemgcljgnf | 
| Beschreibung | Unleash the power of LighShot | 
| Dateigröße | 11.31 KB | 
| Installationsanzahl | 182 | 
| Aktuelle Version | 1.4 | 
| Letztes Update | 2023-07-09 | 
| Veröffentlichungsdatum | 2019-07-30 | 
| Bewertung | 3.50/5 Insgesamt 2 Bewertungen | 
| Entwickler | coldmeekly | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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
} | |