Searchlight Remote for Google Slides
Easily turn your smartphone into a Google Slides presentation remote
Searchlight Remote for Google Slides là gì?
Searchlight Remote for Google Slides là một tiện ích mở rộng Chrome được phát triển bởi Joey Cheng, và tính năng chính của nó là "Easily turn your smartphone into a Google Slides presentation remote".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Searchlight Remote for Google Slides
Tải xuống các tệp mở rộng Searchlight Remote for Google Slides dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Searchlight Remote for Google Slides |
ID | mhpohiaafkokgdhoapjhmplecibolkod |
URL Chính Thức | https://chromewebstore.google.com/detail/searchlight-remote-for-go/mhpohiaafkokgdhoapjhmplecibolkod |
Mô tả | Easily turn your smartphone into a Google Slides presentation remote |
Kích Thước Tệp | 69.34 KB |
Số Lần Cài Đặt | 916 |
Phiên Bản Hiện Tại | 2.0.4 |
Cập Nhật Lần Cuối | 2021-01-21 |
Ngày Phát Hành | 2019-10-09 |
Đánh Giá | 4.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Joey Cheng |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |