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 هو إضافة Chrome تم تطويرها بواسطة Rafał Grodziński، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة LGTM

قم بتنزيل ملفات الامتداد LGTM بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}