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 |
| 官方網址 | 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 |
| 電子郵箱 | [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\/**-**-**"
]
} | |