Wurkr Screen Capturing

Capture full-screen or specific application's screen

Wurkr Screen Capturing là gì?

Wurkr Screen Capturing là một tiện ích mở rộng Chrome được phát triển bởi https://wurkr.io, và tính năng chính của nó là "Capture full-screen or specific application's screen".

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

screenshot
screenshot

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

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

                        Plugin for Wurkr screen sharing capability                    

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

Tên Wurkr Screen Capturing Wurkr Screen Capturing
ID ilohclllmdkbfhhfbchephbifeojkgoa
URL Chính Thức https://chromewebstore.google.com/detail/wurkr-screen-capturing/ilohclllmdkbfhhfbchephbifeojkgoa
Mô tả Capture full-screen or specific application's screen
Kích Thước Tệp 5.45 KB
Số Lần Cài Đặt 225
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2019-06-11
Ngày Phát Hành 2019-06-11
Nhà Phát Triển https://wurkr.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wurkr.io
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wurkr Screen Capturing",
    "author": "Wurkr",
    "version": "3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Capture full-screen or specific application's screen",
    "homepage_url": "https:\/\/app.wurkr.io\/login",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/app.wurkr.io\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}