Searchlight Remote for Google Slides
Easily turn your smartphone into a Google Slides presentation remote
Searchlight Remote for Google Slidesคืออะไร?
Searchlight Remote for Google Slides เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joey Cheng และคุณลักษณะหลักของมันคือ "Easily turn your smartphone into a Google Slides presentation remote"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Searchlight Remote for Google Slides
ดาวน์โหลดไฟล์ส่วนขยาย Searchlight Remote for Google Slides ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Speaking at conferences? Focus on what matters with Searchlight. Searchlight is a super-duper-fast Google Slides remote inspired by Logitech Spotlight. Navigate between slides, and activate the spotlight-pointer with simple touch gestures. Try it! Your privacy matters. Searchlight uses WebRTC for connectivity between the remote and presentation. So, devices communicate peer-to-peer once connection is established, none of your data goes through our servers, no trace, no fuss.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Searchlight Remote for Google Slides |
ID | mhpohiaafkokgdhoapjhmplecibolkod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/searchlight-remote-for-go/mhpohiaafkokgdhoapjhmplecibolkod |
คำอธิบาย | Easily turn your smartphone into a Google Slides presentation remote |
ขนาดไฟล์ | 69.34 KB |
จำนวนการติดตั้ง | 916 |
เวอร์ชันปัจจุบัน | 2.0.4 |
อัปเดตครั้งล่าสุด | 2021-01-21 |
วันที่เผยแพร่ | 2019-10-09 |
คะแนน | 4.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Joey Cheng |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.4", "name": "Searchlight Remote for Google Slides", "description": "Easily turn your smartphone into a Google Slides presentation remote", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/presentation\/d\/*" ], "js": [ "start.bundle.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "https:\/\/docs.google.com\/presentation\/d\/*" ], "minimum_chrome_version": "61", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "content-script.css" ] } |