Hand Signals - Hand signals for Google Meet
Quick Occupy hand signals for use in Google Meet
Hand Signals - Hand signals for Google Meetとは何ですか?
Hand Signals - Hand signals for Google MeetはGovernment Digital Serviceによって開発されたChromeの拡張機能で、その主な機能は「Quick Occupy hand signals for use in Google Meet」です。
拡張機能のスクリーンショット
Hand Signals - Hand signals for Google Meet拡張機能のCRXファイルをダウンロード
Hand Signals - Hand signals for Google Meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Notice of decommission
We aim to decommission this extension by the end of 2023. 拡張機能の基本情報
| 名前 | |
| ID | npkagcojnlkccpdcgokfijkbhmlkglnl |
| 公式URL | https://chrome.google.com/webstore/detail/hand-signals-hand-signals/npkagcojnlkccpdcgokfijkbhmlkglnl |
| 説明 | Quick Occupy hand signals for use in Google Meet |
| ファイルサイズ | 302 KB |
| インストール数 | 161 |
| 現在のバージョン | 2.1.0 |
| 最終更新日 | 2023-06-27 |
| 公開日 | 2020-11-17 |
| 評価 | 1.00/5 合計 2 レビュー |
| 開発者 | Government Digital Service |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/alphagov/hand-signals/ |
| ヘルプページのURL | https://github.com/alphagov/hand-signals/issues |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hand Signals - Hand signals for Google Meet",
"version": "2.1.0",
"description": "Quick Occupy hand signals for use in Google Meet",
"content_scripts": [
{
"matches": [
"*:\/\/meet.google.com\/**-**-**"
],
"js": [
"inject.js"
]
}
],
"web_accessible_resources": [
"content.js",
"dist\/*"
],
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons\/16.png"
},
"externally_connectable": {
"matches": [
"*:\/\/meet.google.com\/**-**-**"
]
},
"optional_permissions": [
"notifications",
"*:\/\/meet.google.com\/**-**-**"
]
} | |