LGTM

You can immediately paste the image of LGTM

Qu'est-ce que LGTM ?

LGTM est une extension Chrome développée par diorclub8, et sa fonction principale est "You can immediately paste the image of LGTM".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension LGTM

Téléchargez les fichiers d'extension LGTM au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LGTM LGTM
ID ehkjindamlinbodfpafobgoipdhladjc
URL Officiel https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc
Description You can immediately paste the image of LGTM
Taille du Fichier 43.38 KB
Nombre d'Installations 198
Version Actuelle 0.0.3
Dernière Mise à Jour 2019-06-17
Date de Publication 2019-06-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur diorclub8
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}