LGTM

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

Cos'è LGTM?

LGTM è un'estensione di Chrome sviluppata da Rafał Grodziński, e la sua funzione principale è "LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LGTM

Scarica i file di estensione LGTM in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LGTM LGTM
ID pahdifkbcgneagemikgmkdfminpghnll
URL Ufficiale https://chromewebstore.google.com/detail/lgtm/pahdifkbcgneagemikgmkdfminpghnll
Descrizione LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.
Dimensione del File 37.9 KB
Conteggio Installazioni 45
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-11-20
Data di Pubblicazione 2022-10-18
Sviluppatore Rafał Grodziński
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://rafalgrodzinski.com/lgtm
Lingue Supportate 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"
    ]
}