LGTM

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

Qu'est-ce que LGTM ?

LGTM est une extension Chrome développée par Rafał Grodziński, et sa fonction principale est "LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension LGTM

Téléchargez les fichiers d'extension LGTM au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LGTM LGTM
ID pahdifkbcgneagemikgmkdfminpghnll
URL Officiel https://chromewebstore.google.com/detail/lgtm/pahdifkbcgneagemikgmkdfminpghnll
Description LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.
Taille du Fichier 37.9 KB
Nombre d'Installations 45
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-11-20
Date de Publication 2022-10-18
Développeur Rafał Grodziński
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rafalgrodzinski.com/lgtm
Langues Prises en Charge 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"
    ]
}