WebOS Magic Remote

Emulate magic remote on browser with the mouse cursor

Что такое WebOS Magic Remote?

WebOS Magic Remote - это расширение Chrome, разработанное YadPe, и его основная функция - "Emulate magic remote on browser with the mouse cursor".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения WebOS Magic Remote

Скачайте файлы расширений WebOS Magic Remote в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Click on the extension icon to toggle between pointer and standard mode.                    

Основная информация о расширении

Название WebOS Magic Remote WebOS Magic Remote
ID bnolpokojmglajajgikblhhajjomjbbh
Официальный URL https://chromewebstore.google.com/detail/webos-magic-remote/bnolpokojmglajajgikblhhajjomjbbh
Описание Emulate magic remote on browser with the mouse cursor
Размер файла 9.51 KB
Количество установок 21
Текущая Версия 0.0.1
Последнее Обновление 2022-08-18
Дата публикации 2022-08-18
Рейтинг 5.00/5 Всего 1 оценок
Разработчик YadPe
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/yadPe/chrome-webos-magic-remote
URL страницы помощи https://github.com/yadPe/chrome-webos-magic-remote/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebOS Magic Remote",
    "description": "Emulate magic remote on browser with the mouse cursor",
    "version": "0.0.1",
    "manifest_version": 3,
    "action": {
        "default_title": "Click to toggle pointer mode",
        "default_icon": {
            "48": "\/cursor48-2.png"
        }
    },
    "icons": {
        "48": "\/cursor48-2.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}