Dab.Chat Enhancenment Suite

An extension to add a global push-to talk key, and allow Screen-Sharing on dab.chat

Dab.Chat Enhancenment Suiteคืออะไร?

Dab.Chat Enhancenment Suite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://dab.chat และคุณลักษณะหลักของมันคือ "An extension to add a global push-to talk key, and allow Screen-Sharing on dab.chat"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dab.Chat Enhancenment Suite

ดาวน์โหลดไฟล์ส่วนขยาย Dab.Chat Enhancenment Suite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Adds a global* Push-to-Talk key to Dab.chat chat rooms.

Adds global* Toke/Group/Next shortcuts to the extension.

* Works across all chrome tabs, but not outside of chrome.
* Works from most applications when used with Vivaldi.                    

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

ชื่อ Dab.Chat Enhancenment Suite Dab.Chat Enhancenment Suite
ID okmhibahbbfkcmcolfmkbpieeeojoeaj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dabchat-enhancenment-suit/okmhibahbbfkcmcolfmkbpieeeojoeaj
คำอธิบาย An extension to add a global push-to talk key, and allow Screen-Sharing on dab.chat
ขนาดไฟล์ 48.74 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 0.2.02
อัปเดตครั้งล่าสุด 2020-06-04
วันที่เผยแพร่ 2020-06-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://dab.chat
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dab.chat
URL หน้าช่วยเหลือ https://dab.chat/contact
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "35",
    "name": "Dab.Chat Enhancenment Suite",
    "permissions": [
        "tabs",
        "desktopCapture"
    ],
    "short_name": "dab.chat PTT",
    "version": "0.2.02",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "mic-up": {
            "description": "Mic Up and Talk",
            "suggested_key": {
                "default": "Alt+Z"
            },
            "global": true
        },
        "push-toke": {
            "description": "Join Toke Sesh",
            "suggested_key": {
                "default": "Alt+T"
            }
        },
        "push-group": {
            "description": "Join Group Tokes",
            "suggested_key": {
                "default": "Alt+G"
            }
        },
        "push-next": {
            "description": "Join Next Timer",
            "suggested_key": {
                "default": "Alt+N"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/dab.chat\/*",
                "https:\/\/new.dab.chat\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "An extension to add a global push-to talk key, and allow Screen-Sharing on dab.chat",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    }
}