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
电子邮箱 [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"
    ]
}