LGTM

You can immediately paste the image of LGTM

Vad är LGTM?

LGTM är en Chrome-tillägg utvecklad av diorclub8, och dess huvudfunktion är "You can immediately paste the image of LGTM".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner LGTM-förlängningens CRX-fil

Ladda ner LGTM-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn LGTM LGTM
ID ehkjindamlinbodfpafobgoipdhladjc
Officiell webbadress https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc
Beskrivning You can immediately paste the image of LGTM
Filstorlek 43.38 KB
Antal Installationer 198
Aktuell Version 0.0.3
Senast Uppdaterad 2019-06-17
Publiceringsdatum 2019-06-13
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare diorclub8
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}