LGTM

You can immediately paste the image of LGTM

什麼是LGTM?

LGTM是由diorclub8開發的Chrome擴展程式,該擴展的主要功能是“You can immediately paste the image of LGTM”。

擴展截圖

screenshot
screenshot

下載LGTM擴展crx文件

下載LGTM擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 LGTM LGTM
ID ehkjindamlinbodfpafobgoipdhladjc
官方網址 https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc
簡介 You can immediately paste the image of LGTM
檔案大小 43.38 KB
安裝次數 198
目前版本 0.0.3
更新時間 2019-06-17
上架時間 2019-06-13
評分 5.00/5 共 2 次評分
開發者 diorclub8
付費類型 free
支援的語言 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"
            ]
        }
    ]
}