Google Slides Remote Controller
Control Google slides remotely
什么是Google Slides Remote Controller?
Google Slides Remote Controller是由rjonna开发的Chrome扩展程序,该扩展的主要功能是“Control Google slides remotely”。
扩展截图
下载Google Slides Remote Controller扩展crx文件
下载Google Slides Remote Controller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Usually in virtual meetings, only the moderator has to change the slides if multiple people are presenting. This addon allows anyone with link to control the presentation remotely.
扩展基本信息
名称 | |
ID | lodpgnenbimjcligojmfgdbpnoophopi |
官方URL | https://chrome.google.com/webstore/detail/google-slides-remote-cont/lodpgnenbimjcligojmfgdbpnoophopi |
简介 | Control Google slides remotely |
文件大小 | 11.19 KB |
安装次数 | 118 |
当前版本 | 1.0 |
更新时间 | 2021-02-01 |
上架时间 | 2021-02-01 |
开发者 | rjonna |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Slides Remote Controller", "version": "1.0", "description": "Control Google slides remotely", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/presentation\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ] } ] } |