Searchlight Remote for Google Slides
Easily turn your smartphone into a Google Slides presentation remote
Was ist Searchlight Remote for Google Slides?
Searchlight Remote for Google Slides ist eine Chrome-Erweiterung, die von Joey Cheng entwickelt wurde, und ihr Hauptmerkmal ist "Easily turn your smartphone into a Google Slides presentation remote".
Erweiterungsscreenshots
Searchlight Remote for Google Slides-Erweiterungs-CRX-Datei herunterladen
Laden Sie Searchlight Remote for Google Slides-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mhpohiaafkokgdhoapjhmplecibolkod |
| Offizielle URL | https://chromewebstore.google.com/detail/searchlight-remote-for-go/mhpohiaafkokgdhoapjhmplecibolkod |
| Beschreibung | Easily turn your smartphone into a Google Slides presentation remote |
| Dateigröße | 69.34 KB |
| Installationsanzahl | 916 |
| Aktuelle Version | 2.0.4 |
| Letztes Update | 2021-01-21 |
| Veröffentlichungsdatum | 2019-10-09 |
| Bewertung | 4.00/5 Insgesamt 9 Bewertungen |
| Entwickler | Joey Cheng |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |