Desktop Screen Capture

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

Desktop Screen Capture là gì?

Desktop Screen Capture là một tiện ích mở rộng Chrome được phát triển bởi Kesavan, và tính năng chính của nó là "This WebRTC screen capturing extension can be used within any WebRTC library/application!".

Tải xuống tệp CRX của tiện ích mở rộng Desktop Screen Capture

Tải xuống các tệp mở rộng Desktop Screen Capture dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This plugin will capture desktop screen and share with application used                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Desktop Screen Capture Desktop Screen Capture
ID incidfiopdpenddingekgkhmdnkackke
URL Chính Thức https://chromewebstore.google.com/detail/desktop-screen-capture/incidfiopdpenddingekgkhmdnkackke
Mô tả This WebRTC screen capturing extension can be used within any WebRTC library/application!
Kích Thước Tệp 23.53 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2015-09-06
Ngày Phát Hành 2015-09-06
Nhà Phát Triển Kesavan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}