Wurkr Screen Capturing
Capture full-screen or specific application's screen
What is Wurkr Screen Capturing?
Wurkr Screen Capturing is a Chrome extension developed by https://wurkr.io, and its main feature is "Capture full-screen or specific application's screen".
Extension Screenshots
Download Wurkr Screen Capturing Extension CRX File
Download Wurkr Screen Capturing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Plugin for Wurkr screen sharing capability
Extension Basic Information
Name | Wurkr Screen Capturing |
ID | ilohclllmdkbfhhfbchephbifeojkgoa |
Official URL | https://chromewebstore.google.com/detail/wurkr-screen-capturing/ilohclllmdkbfhhfbchephbifeojkgoa |
Description | Capture full-screen or specific application's screen |
File Size | 5.45 KB |
Installation Count | 225 |
Current Version | 3.0 |
Last Updated | 2019-06-11 |
Publish Date | 2019-06-11 |
Developer | https://wurkr.io |
[email protected] | |
Payment Type | free |
Extension Website | https://wurkr.io |
Supported Languages | 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" ] } |