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 là gì?

LGTM là một tiện ích mở rộng Chrome được phát triển bởi Rafał Grodziński, và tính năng chính của nó là "LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LGTM

Tải xuống các tệp mở rộng LGTM dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LGTM LGTM
ID pahdifkbcgneagemikgmkdfminpghnll
URL Chính Thức https://chromewebstore.google.com/detail/lgtm/pahdifkbcgneagemikgmkdfminpghnll
Mô tả LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.
Kích Thước Tệp 37.9 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-11-20
Ngày Phát Hành 2022-10-18
Nhà Phát Triển Rafał Grodziński
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rafalgrodzinski.com/lgtm
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}