LGTM
LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.
Vad är LGTM?
LGTM är en Chrome-tillägg utvecklad av Rafał Grodziński, och dess huvudfunktion är "LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.".
Tilläggsskärmbilder
Ladda ner LGTM-förlängningens CRX-fil
Ladda ner LGTM-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | LGTM |
ID | pahdifkbcgneagemikgmkdfminpghnll |
Officiell webbadress | https://chromewebstore.google.com/detail/lgtm/pahdifkbcgneagemikgmkdfminpghnll |
Beskrivning | LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing. |
Filstorlek | 37.9 KB |
Antal Installationer | 45 |
Aktuell Version | 1.1.0 |
Senast Uppdaterad | 2022-11-20 |
Publiceringsdatum | 2022-10-18 |
Utvecklare | Rafał Grodziński |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://rafalgrodzinski.com/lgtm |
Stödda Språk | 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": [ " |