WebOS Magic Remote
Emulate magic remote on browser with the mouse cursor
WebOS Magic Remoteとは何ですか?
WebOS Magic RemoteはYadPeによって開発されたChromeの拡張機能で、その主な機能は「Emulate magic remote on browser with the mouse cursor」です。
拡張機能のスクリーンショット
WebOS Magic Remote拡張機能のCRXファイルをダウンロード
WebOS Magic Remote拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click on the extension icon to toggle between pointer and standard mode.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } |