LGTM
LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.
Wat is LGTM?
LGTM is een Chrome-extensie ontwikkeld door Rafał Grodziński, en de belangrijkste functie is "LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing.".
Extensie Screenshots
Download het CRX-bestand van de extensie LGTM
Download LGTM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | LGTM |
ID | pahdifkbcgneagemikgmkdfminpghnll |
Officiële URL | https://chromewebstore.google.com/detail/lgtm/pahdifkbcgneagemikgmkdfminpghnll |
Beschrijving | LGTM (Looks Good To Me) lets you put image urls into a text field when you're happy with what you're seeing. |
Bestandsgrootte | 37.9 KB |
Aantal Installaties | 45 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2022-11-20 |
Publicatiedatum | 2022-10-18 |
Ontwikkelaar | Rafał Grodziński |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://rafalgrodzinski.com/lgtm |
Ondersteunde Talen | 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": [ " |