Wurkr Screen Capturing
Capture full-screen or specific application's screen
什么是Wurkr Screen Capturing?
Wurkr Screen Capturing是由https://wurkr.io开发的Chrome扩展程序,该扩展的主要功能是“Capture full-screen or specific application's screen”。
扩展截图
下载Wurkr Screen Capturing扩展crx文件
下载Wurkr Screen Capturing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Plugin for Wurkr screen sharing capability
扩展基本信息
名称 | 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" ] } |