Hexcord
Record your screen with an embedded camera feed and share publicly or have live stream sessions.
什麼是Hexcord?
Hexcord是由https://hexcord.com開發的Chrome擴展程式,該擴展的主要功能是“Record your screen with an embedded camera feed and share publicly or have live stream sessions.”。
擴展截圖
下載Hexcord擴展crx文件
下載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 |
ID | apkdlkpcghonmghkbkhhjpaemnmjahgi |
官方網址 | 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\/*" ] } |