Hexcord

Record your screen with an embedded camera feed and share publicly or have live stream sessions.

Hexcordคืออะไร?

Hexcord เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hexcord.com และคุณลักษณะหลักของมันคือ "Record your screen with an embedded camera feed and share publicly or have live stream sessions."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hexcord

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

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

                        Have you ever wanted to quickly create video content without going through the hassle of installing one software after the other and learning how to use each specific software? Then this is definitely for you.

Hexcord is a simple to use tool that is perfect for creating presentations, tutorial videos, and recording talks or speeches. It is built as a browser extension with very minimal configurations.

Install Extension. Open Extension. Start Recording.                    

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

ชื่อ Hexcord Hexcord
ID apkdlkpcghonmghkbkhhjpaemnmjahgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hexcord/apkdlkpcghonmghkbkhhjpaemnmjahgi
คำอธิบาย Record your screen with an embedded camera feed and share publicly or have live stream sessions.
ขนาดไฟล์ 16.83 MB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.0.19
อัปเดตครั้งล่าสุด 2021-02-21
วันที่เผยแพร่ 2020-11-28
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://hexcord.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.hexcord.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hexcord",
    "version": "1.0.19",
    "description": "Record your screen with an embedded camera feed and share publicly or have live stream sessions.",
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.hexcord.com\/*"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/horus_logo.png",
            "32": "images\/horus_logo.png",
            "48": "images\/horus_logo.png",
            "128": "images\/horus_logo.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            }
        },
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    },
    "icons": {
        "16": "images\/horus_logo.png",
        "32": "images\/horus_logo.png",
        "48": "images\/horus_logo.png",
        "128": "images\/horus_logo.png"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "web_accessible_resources": [
        "assets\/*"
    ]
}