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"
    }
}