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.".
Снимки экрана расширения
Скачать файл CRX расширения LGTM
Скачайте файлы расширений LGTM в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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": [ " |