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 |
| Eメール | [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"
} | |