Wurkr Screen Capturing

Capture full-screen or specific application's screen

Hvad er Wurkr Screen Capturing?

Wurkr Screen Capturing er en Chrome-udvidelse udviklet af https://wurkr.io, og dens hovedfunktion er "Capture full-screen or specific application's screen".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Wurkr Screen Capturing-udvidelses-CRX-fil

Download Wurkr Screen Capturing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Plugin for Wurkr screen sharing capability                    

Grundlæggende oplysninger om udvidelsen

Navn Wurkr Screen Capturing Wurkr Screen Capturing
ID ilohclllmdkbfhhfbchephbifeojkgoa
Officiel URL https://chromewebstore.google.com/detail/wurkr-screen-capturing/ilohclllmdkbfhhfbchephbifeojkgoa
Beskrivelse Capture full-screen or specific application's screen
Filstørrelse 5.45 KB
Antal Installationer 225
Nuværende Version 3.0
Senest Opdateret 2019-06-11
Udgivelsesdato 2019-06-11
Udvikler https://wurkr.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://wurkr.io
Understøttede Sprog 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"
    ]
}