Lgtm
LGTM made from Instagram, tumblr, pinterest and so on.
Was ist Lgtm?
Lgtm ist eine Chrome-Erweiterung, die von Tilfin Ltd. entwickelt wurde, und ihr Hauptmerkmal ist "LGTM made from Instagram, tumblr, pinterest and so on.".
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
1. Display the image you want to select in the visible range on the appropriate site. 2. Click the extension button on the browser header. 3. LGTM is printed on the selected photo and added to the top of the stock page. 3. Select "Copy image" from the context menu and copy it to the clipboard. 4. Uploading it automatically when you paste it in the entry field such as GitHub, GitLab, Qiita, Slack etc. * Lgtm stock photos is displayed by to select 'Show stock photos' from the menu by right-clicking the browser extension button. The latest 24 photos are stocked.
Grundlegende Informationen zur Erweiterung
Name | Lgtm |
ID | llnckbjmjmilkdeombkdkmknlpbmegdi |
Offizielle URL | https://chromewebstore.google.com/detail/lgtm/llnckbjmjmilkdeombkdkmknlpbmegdi |
Beschreibung | LGTM made from Instagram, tumblr, pinterest and so on. |
Dateigröße | 39.07 KB |
Installationsanzahl | 24 |
Aktuelle Version | 1.3.0 |
Letztes Update | 2018-06-06 |
Veröffentlichungsdatum | 2018-06-06 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Tilfin Ltd. |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lgtm", "version": "1.3.0", "description": "LGTM made from Instagram, tumblr, pinterest and so on.", "short_name": "Lgtm", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "name": "Click", "default_title": "Lgtm", "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" } }, "permissions": [ "tabs", "activeTab", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 } |