LOL Smart Ping
Add smart ping of League of Legends on Chrome !
Что такое LOL Smart Ping?
LOL Smart Ping - это расширение Chrome, разработанное emile.delmas, и его основная функция - "Add smart ping of League of Legends on Chrome !".
Снимки экрана расширения
Скачать файл CRX расширения LOL Smart Ping
Скачайте файлы расширений LOL Smart Ping в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Same way as in League of Legends: 1. Hold Ctrl on any website to open the ping menu, 2. Drag you mouse to the desired ping, 3. Release Ctrl to ping. tldr : Press Ctrl Code Repository (Open Source): https://github.com/emiledelmas/LOLSmartPing Developped by : • Léo Bonnaire (https://github.com/leoBonnaire) • Emile Delmas (https://github.com/emiledelmas)
Основная информация о расширении
Название | LOL Smart Ping |
ID | edfckebeghmfpiokhibgknogjcikfebc |
Официальный URL | https://chromewebstore.google.com/detail/lol-smart-ping/edfckebeghmfpiokhibgknogjcikfebc |
Описание | Add smart ping of League of Legends on Chrome ! |
Размер файла | 9.02 MB |
Количество установок | 106 |
Текущая Версия | 1.4 |
Последнее Обновление | 2022-09-22 |
Дата публикации | 2021-12-31 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | emile.delmas |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/emiledelmas/LOLSmartPing |
URL страницы помощи | https://github.com/emiledelmas/LOLSmartPing/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "\/images\/logo128.png", "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png" } }, "background": { "service_worker": "background.js" }, "description": "Add smart ping of League of Legends on Chrome !", "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "icons": { "128": "\/images\/logo128.png", "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png" }, "manifest_version": 3, "name": "LOL Smart Ping", "permissions": [ "activeTab", "scripting" ], "version": "1.4", "web_accessible_resources": [ { "matches": [ " |