Google Meet Visual Timer
This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.
什么是Google Meet Visual Timer?
Google Meet Visual Timer是由https://timer.smartrday.com开发的Chrome扩展程序,该扩展的主要功能是“This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.”。
扩展截图
下载Google Meet Visual Timer扩展crx文件
下载Google Meet Visual Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Take back control of your meetings.
Meetings can easily get out of hand and one solution is Timeboxing :
Keep track of the time and allocate specific amount of time to specific parts of the agenda. 扩展基本信息
| 名称 | |
| ID | gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
| 官方URL | https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
| 简介 | This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations. |
| 文件大小 | 130 KB |
| 安装次数 | 9,000 |
| 当前版本 | 1.6.1 |
| 更新时间 | 2020-12-07 |
| 上架时间 | 2020-06-15 |
| 评分 | 1.89/5 共9次评分 |
| 开发者 | https://timer.smartrday.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://timer.smartrday.com/ |
| 帮助页面URL | http://timer.smartrday.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Fred Gouv",
"browser_action": {
"default_icon": {
"128": "images\/128.png",
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png"
},
"default_popup": "index.html",
"default_title": "Google Meet Timer Visual"
},
"web_accessible_resources": [
"alarm.mp3",
"css\/bootstrap.min.css",
"css\/jquery-3.5.1.min.js",
"css\/bootstrap.bundle.min.js"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/meet.google.com\/*"
]
}
],
"description": "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.",
"icons": {
"128": "images\/128.png",
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png"
},
"manifest_version": 2,
"name": "Google Meet Visual Timer",
"version": "1.6.1"
} | |