CircleHD Studio

Chrome Extension to record video from Camera, Screen or Picture in Picture

CircleHD Studioคืออะไร?

CircleHD Studio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.circlehd.com และคุณลักษณะหลักของมันคือ "Chrome Extension to record video from Camera, Screen or Picture in Picture"

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

screenshot

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

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

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

                        CircleHD users can record, publish and share videos to CircleHD community using CircleHD Studio extension for Google Chrome browser. This extension is required if you would like to record screen and picture in picture mode to your portal. If you have questions contact us at [email protected]                    

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

ชื่อ CircleHD Studio CircleHD Studio
ID lbphdjaagoejfionkfcmcjoleblnehih
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/circlehd-studio/lbphdjaagoejfionkfcmcjoleblnehih
คำอธิบาย Chrome Extension to record video from Camera, Screen or Picture in Picture
ขนาดไฟล์ 157 KB
จำนวนการติดตั้ง 42
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2019-03-22
วันที่เผยแพร่ 2019-03-22
ผู้พัฒนา https://www.circlehd.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.circlehd.com/studio
URL หน้าช่วยเหลือ https://www.circlehd.com/studio/faq
URL หน้านโยบายความเป็นส่วนตัว https://www.circlehd.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CircleHD Studio",
    "description": "Chrome Extension to record video from Camera, Screen or Picture in Picture",
    "version": "2.1",
    "minimum_chrome_version": "70",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            ".\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "desktopCapture",
        "http:\/\/*\/*",
        "https:\/\/*.circlehd.com\/*",
        "https:\/\/*\/*",
        "identity",
        "notifications",
        "storage",
        "tabCapture",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Record Your Camera, Screen or Picture in Picture",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "*.html"
    ]
}