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
公式URL 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"
            ]
        }
    ]
}