LGTM
LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.
What is LGTM?
LGTM is a Chrome extension developed by Rafał Grodziński, and its main feature is "LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.".
Extension Screenshots
Download LGTM Extension CRX File
Download LGTM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | LGTM |
ID | pahdifkbcgneagemikgmkdfminpghnll |
Official URL | 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. |
File Size | 37.9 KB |
Installation Count | 45 |
Current Version | 1.1.0 |
Last Updated | 2022-11-20 |
Publish Date | 2022-10-18 |
Developer | Rafał Grodziński |
[email protected] | |
Payment Type | free |
Extension Website | https://rafalgrodzinski.com/lgtm |
Supported Languages | 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": [ " |