LGTM

You can immediately paste the image of LGTM

Cos'è LGTM?

LGTM è un'estensione di Chrome sviluppata da diorclub8, e la sua funzione principale è "You can immediately paste the image of LGTM".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LGTM

Scarica i file di estensione LGTM 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

                        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.                    

Informazioni di Base sull'Estensione

Nome LGTM LGTM
ID ehkjindamlinbodfpafobgoipdhladjc
URL Ufficiale https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc
Descrizione You can immediately paste the image of LGTM
Dimensione del File 43.38 KB
Conteggio Installazioni 198
Versione Corrente 0.0.3
Ultimo Aggiornamento 2019-06-17
Data di Pubblicazione 2019-06-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore diorclub8
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}