LGTM
You can immediately paste the image of LGTM
Что такое LGTM?
LGTM - это расширение Chrome, разработанное diorclub8, и его основная функция - "You can immediately paste the image of LGTM".
Снимки экрана расширения
Скачать файл CRX расширения LGTM
Скачайте файлы расширений LGTM в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | LGTM |
ID | ehkjindamlinbodfpafobgoipdhladjc |
Официальный URL | https://chromewebstore.google.com/detail/lgtm/ehkjindamlinbodfpafobgoipdhladjc |
Описание | You can immediately paste the image of LGTM |
Размер файла | 43.38 KB |
Количество установок | 198 |
Текущая Версия | 0.0.3 |
Последнее Обновление | 2019-06-17 |
Дата публикации | 2019-06-13 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | diorclub8 |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |