LGTM

You can immediately paste the image of LGTM

Hvad er LGTM?

LGTM er en Chrome-udvidelse udviklet af diorclub8, og dens hovedfunktion er "You can immediately paste the image of LGTM".

Udvidelsesskærmbilleder

screenshot
screenshot

Download LGTM-udvidelses-CRX-fil

Download LGTM-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn LGTM LGTM
ID ehkjindamlinbodfpafobgoipdhladjc
Officiel URL https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc
Beskrivelse You can immediately paste the image of LGTM
Filstørrelse 43.38 KB
Antal Installationer 198
Nuværende Version 0.0.3
Senest Opdateret 2019-06-17
Udgivelsesdato 2019-06-13
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler diorclub8
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}