Wurkr Screen Capturing

Capture full-screen or specific application's screen

Wurkr Screen Capturingคืออะไร?

Wurkr Screen Capturing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wurkr.io และคุณลักษณะหลักของมันคือ "Capture full-screen or specific application's screen"

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

screenshot
screenshot

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

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

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

                        Plugin for Wurkr screen sharing capability                    

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

ชื่อ Wurkr Screen Capturing Wurkr Screen Capturing
ID ilohclllmdkbfhhfbchephbifeojkgoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wurkr-screen-capturing/ilohclllmdkbfhhfbchephbifeojkgoa
คำอธิบาย Capture full-screen or specific application's screen
ขนาดไฟล์ 5.45 KB
จำนวนการติดตั้ง 225
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2019-06-11
วันที่เผยแพร่ 2019-06-11
ผู้พัฒนา https://wurkr.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wurkr.io
ภาษาที่รองรับ 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"
    ]
}