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 |
| 官方網址 | 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"
} | |