Screen Capturing

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

Screen Capturingคืออะไร?

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

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

screenshot

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

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

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

                        Developer tool for screen sharing by Appinux A/S                    

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

ชื่อ Screen Capturing Screen Capturing
ID hccmdbhopgjapkajcmdegkpplnahngnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screen-capturing/hccmdbhopgjapkajcmdegkpplnahngnl
คำอธิบาย This WebRTC screen capturing extension can be used within any WebRTC library/application!
ขนาดไฟล์ 5.33 KB
จำนวนการติดตั้ง 87
เวอร์ชันปัจจุบัน 3.5
อัปเดตครั้งล่าสุด 2019-04-26
วันที่เผยแพร่ 2019-04-26
ผู้พัฒนา https://appinux.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://appinux.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capturing",
    "author": "Muaz Khan",
    "version": "3.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application!",
    "homepage_url": "http:\/\/www.appinux.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}