LGTM

You can immediately paste the image of LGTM

Wat is LGTM?

LGTM is een Chrome-extensie ontwikkeld door diorclub8, en de belangrijkste functie is "You can immediately paste the image of LGTM".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie LGTM

Download LGTM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Hi everyone
Every day to find, copy and paste LGTM is over
We created an extension that solves all those problems

That is this "LGTM"! !

Easy to use, click on the icon to find your favorite image, then click on the image.
After that, you can easily send LGTM just by pasting to the place you want to paste.                    

Basisinformatie over de Extensie

Naam LGTM LGTM
ID ehkjindamlinbodfpafobgoipdhladjc
Officiële URL https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc
Beschrijving You can immediately paste the image of LGTM
Bestandsgrootte 43.38 KB
Aantal Installaties 198
Huidige Versie 0.0.3
Laatst Bijgewerkt 2019-06-17
Publicatiedatum 2019-06-13
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar diorclub8
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LGTM",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "You can immediately paste the image of LGTM",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/contents.js"
            ]
        }
    ]
}