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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Government Digital Service และคุณลักษณะหลักของมันคือ "Quick Occupy hand signals for use in Google Meet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hand Signals - Hand signals for Google Meet

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hand Signals - Hand signals for Google Meet Hand Signals - Hand signals for Google Meet
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\/**-**-**"
    ]
}