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 |
| 电子邮箱 | [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\/**-**-**"
]
} | |