WebOS Magic Remote
Emulate magic remote on browser with the mouse cursor
Co to jest WebOS Magic Remote?
WebOS Magic Remote to rozszerzenie Chrome opracowane przez YadPe, a jego główną funkcją jest „Emulate magic remote on browser with the mouse cursor”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WebOS Magic Remote
Pobierz pliki rozszerzeń WebOS Magic Remote w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Click on the extension icon to toggle between pointer and standard mode.
Podstawowe informacje o rozszerzeniu
Nazwa | WebOS Magic Remote |
ID | bnolpokojmglajajgikblhhajjomjbbh |
Oficjalny URL | https://chromewebstore.google.com/detail/webos-magic-remote/bnolpokojmglajajgikblhhajjomjbbh |
Opis | Emulate magic remote on browser with the mouse cursor |
Rozmiar pliku | 9.51 KB |
Liczba instalacji | 21 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2022-08-18 |
Data Publikacji | 2022-08-18 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | YadPe |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/yadPe/chrome-webos-magic-remote |
Adres URL Strony Pomocy | https://github.com/yadPe/chrome-webos-magic-remote/issues |
Obsługiwane Języki | 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" } } |