CozoraScreenSharing

This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen.

CozoraScreenSharing là gì?

CozoraScreenSharing là một tiện ích mở rộng Chrome được phát triển bởi https://cozora.com, và tính năng chính của nó là "This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng CozoraScreenSharing 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

                        Extension to enable Screen Sharing in Cozora                    

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

Tên CozoraScreenSharing CozoraScreenSharing
ID jngakadallbjaegilbficfnbjgiekhkk
URL Chính Thức https://chromewebstore.google.com/detail/cozorascreensharing/jngakadallbjaegilbficfnbjgiekhkk
Mô tả This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen.
Kích Thước Tệp 16.12 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2016-06-08
Ngày Phát Hành 2016-06-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://cozora.com
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": "CozoraScreenSharing",
    "author": "Cozora",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/cozora.com\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/cozora.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/cozora.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}