Desktop Screen Capture

This WebRTC screen capturing extension can be used within any WebRTC library/application!

Desktop Screen Captureคืออะไร?

Desktop Screen Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kesavan และคุณลักษณะหลักของมันคือ "This WebRTC screen capturing extension can be used within any WebRTC library/application!"

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

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

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

                        This plugin will capture desktop screen and share with application used                    

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

ชื่อ Desktop Screen Capture Desktop Screen Capture
ID incidfiopdpenddingekgkhmdnkackke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/desktop-screen-capture/incidfiopdpenddingekgkhmdnkackke
คำอธิบาย This WebRTC screen capturing extension can be used within any WebRTC library/application!
ขนาดไฟล์ 23.53 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2015-09-06
วันที่เผยแพร่ 2015-09-06
ผู้พัฒนา Kesavan
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Desktop Screen Capture",
    "author": "Kesavan Mannupillai",
    "version": "1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application!",
    "homepage_url": "https:\/\/52.25.232.34\/getScreenId\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "1": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}