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은(는) Joey Cheng에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily turn your smartphone into a Google Slides presentation remote"입니다.
확장 프로그램 스크린샷
Searchlight Remote for Google Slides 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |