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
官方網址 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"
    ]
}