LGTM

LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.

LGTMとは何ですか?

LGTMはRafał Grodzińskiによって開発されたChromeの拡張機能で、その主な機能は「LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.」です。

拡張機能のスクリーンショット

screenshot
screenshot

LGTM拡張機能のCRXファイルをダウンロード

LGTM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        LGTM (Looks Good To Me) is a browser extension that allows you to insert an image link directly into a selectd text field. Link can be both in a standard form as well as in Markdown style.                    

拡張機能の基本情報

名前 LGTM LGTM
ID pahdifkbcgneagemikgmkdfminpghnll
公式URL https://chromewebstore.google.com/detail/lgtm/pahdifkbcgneagemikgmkdfminpghnll
説明 LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.
ファイルサイズ 37.9 KB
インストール数 45
現在のバージョン 1.1.0
最終更新日 2022-11-20
公開日 2022-10-18
開発者 Rafał Grodziński
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://rafalgrodzinski.com/lgtm
対応言語 en,fr,pl,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.1.0",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ]
}