CTV Screen Recording

CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.

CTV Screen Recordingคืออะไร?

CTV Screen Recording เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://click-to-video.com และคุณลักษณะหลักของมันคือ "CTV Screen Recording is used to record entire screen or record any application screen or audio+tab."

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

screenshot

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

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

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

                                            

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

ชื่อ CTV Screen Recording CTV Screen Recording
ID pddpkgmncnhfoocmomfplhdagmilnlji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ctv-screen-recording/pddpkgmncnhfoocmomfplhdagmilnlji
คำอธิบาย CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.
ขนาดไฟล์ 57.47 KB
จำนวนการติดตั้ง 758
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-05-25
วันที่เผยแพร่ 2016-05-25
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://click-to-video.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CTV Screen Recording",
    "short_name": "CTVRecord",
    "author": "Netstairs",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "CTV Screen Recording is used to record entire screen or record any application screen or audio+tab.",
    "homepage_url": "https:\/\/www.click-to-video.com\/",
    "background": {
        "scripts": [
            "background.js",
            "RecordRTC.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/main-icon.png",
        "default_title": "CTV Screen Recording"
    },
    "icons": {
        "16": "images\/main-icon.png",
        "22": "images\/main-icon.png",
        "32": "images\/main-icon.png",
        "48": "images\/main-icon.png",
        "128": "images\/main-icon.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "images\/main-icon.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    }
}