LGTM

You can immediately paste the image of LGTM

What is LGTM?

LGTM is a Chrome extension developed by diorclub8, and its main feature is "You can immediately paste the image of LGTM".

Extension Screenshots

screenshot
screenshot

Download LGTM Extension CRX File

Download LGTM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LGTM LGTM
ID ehkjindamlinbodfpafobgoipdhladjc
Official URL https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc
Description You can immediately paste the image of LGTM
File Size 43.38 KB
Installation Count 198
Current Version 0.0.3
Last Updated 2019-06-17
Publish Date 2019-06-13
Rating 5.00/5 Total 2 Ratings
Developer diorclub8
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}