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ファイルをダウンロード
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 |
Eメール | [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" ] } |