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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}