Internet Clicker for Slides
An Internet Clicker for Google Slides Chrome extension
什么是Internet Clicker for Slides?
Internet Clicker for Slides是由https://internetclicker.com开发的Chrome扩展程序,该扩展的主要功能是“An Internet Clicker for Google Slides Chrome extension”。
扩展截图
下载Internet Clicker for Slides扩展crx文件
下载Internet Clicker for Slides扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Internet clicker allows presenters to remote control Google Slides from anywhere just using a web browser. The presenter can also see their notes and slide preview on the controller.
扩展基本信息
名称 | Internet Clicker for Slides |
ID | klcibacejfbhiohpkiokjikicocnfbom |
官方URL | https://chromewebstore.google.com/detail/internet-clicker-for-slid/klcibacejfbhiohpkiokjikicocnfbom |
简介 | An Internet Clicker for Google Slides Chrome extension |
文件大小 | 247 KB |
安装次数 | 1,385 |
当前版本 | 2.4 |
更新时间 | 2022-08-26 |
上架时间 | 2021-01-22 |
评分 | 5.00/5 共2次评分 |
开发者 | https://internetclicker.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.internetclicker.com |
隐私政策页面URL | https://www.iubenda.com/privacy-policy/22291576/legal |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Internet Clicker for Slides", "description": "An Internet Clicker for Google Slides Chrome extension", "version": "2.4", "manifest_version": 2, "icons": { "128": "artwork\/icon128.png", "48": "artwork\/icon48.png", "16": "artwork\/icon16.png" }, "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/presentation\/d\/*" ], "js": [ "js\/thirdparty\/dti.js", "js\/content.js" ] } ], "browser_action": { "default_icon": "artwork\/icon16.png", "default_popup": "popup.html", "default_title": "Internet Clicker for Slides" }, "background": { "persistent": true, "scripts": [ "js\/thirdparty\/signalr.min.js", "js\/background.js" ] }, "permissions": [ "storage", "tabs", "https:\/\/internetclickerstaging.streameventlive.com\/", "https:\/\/internetclicker.com\/" ] } |