LGTM
You can immediately paste the image of LGTM
Was ist LGTM?
LGTM ist eine Chrome-Erweiterung, die von diorclub8 entwickelt wurde, und ihr Hauptmerkmal ist "You can immediately paste the image of LGTM".
Erweiterungsscreenshots
LGTM-Erweiterungs-CRX-Datei herunterladen
Laden Sie LGTM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Hi everyone Every day to find, copy and paste LGTM is over We created an extension that solves all those problems That is this "LGTM"! ! Easy to use, click on the icon to find your favorite image, then click on the image. After that, you can easily send LGTM just by pasting to the place you want to paste.
Grundlegende Informationen zur Erweiterung
Name | LGTM |
ID | ehkjindamlinbodfpafobgoipdhladjc |
Offizielle URL | https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc |
Beschreibung | You can immediately paste the image of LGTM |
Dateigröße | 43.38 KB |
Installationsanzahl | 198 |
Aktuelle Version | 0.0.3 |
Letztes Update | 2019-06-17 |
Veröffentlichungsdatum | 2019-06-13 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | diorclub8 |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LGTM", "version": "0.0.3", "manifest_version": 2, "description": "You can immediately paste the image of LGTM", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/contents.js" ] } ] } |