RTC Recorder

Remote Tele-Conference web page Recorder

RTC Recorderคืออะไร?

RTC Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RTC และคุณลักษณะหลักของมันคือ "Remote Tele-Conference web page Recorder"

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

screenshot
screenshot

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

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

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

                        This extension is to use with RTC web pages.
Recommended Only to use with RTC web pages.                    

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

ชื่อ RTC Recorder RTC Recorder
ID ikcefcbjpchhfldeehmjolacomjbelii
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rtc-recorder/ikcefcbjpchhfldeehmjolacomjbelii
คำอธิบาย Remote Tele-Conference web page Recorder
ขนาดไฟล์ 354 KB
จำนวนการติดตั้ง 154
เวอร์ชันปัจจุบัน 3.3
อัปเดตครั้งล่าสุด 2015-02-10
วันที่เผยแพร่ 2015-02-10
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา RTC
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RTC Recorder",
    "version": "3.3",
    "manifest_version": 2,
    "description": "Remote Tele-Conference web page Recorder",
    "background": {
        "scripts": [
            "tab-capturing.js",
            "RecordRTC.js",
            "screenshot.js",
            "FileSaver.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/tabCapture22.png",
        "default_title": "RTC Recorder "
    },
    "icons": {
        "16": "images\/tabCapture16.png",
        "22": "images\/tabCapture22.png",
        "32": "images\/tabCapture32.png",
        "48": "images\/tabCapture48.png",
        "128": "images\/tabCapture128.png"
    },
    "permissions": [
        "tabCapture",
        "activeTab",
        "contextMenus",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/tabCapture48.png"
    ]
}