LGTM

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

Apa itu LGTM?

LGTM adalah ekstensi Chrome yang dikembangkan oleh Rafał Grodziński, dan fitur utamanya adalah "LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi LGTM

Unduh file ekstensi LGTM dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama LGTM LGTM
ID pahdifkbcgneagemikgmkdfminpghnll
URL Resmi https://chromewebstore.google.com/detail/lgtm/pahdifkbcgneagemikgmkdfminpghnll
Deskripsi LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.
Ukuran File 37.9 KB
Jumlah Instalasi 45
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2022-11-20
Tanggal Publikasi 2022-10-18
Pengembang Rafał Grodziński
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://rafalgrodzinski.com/lgtm
Bahasa yang Didukung 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"
    ]
}