Wurkr Screen Capturing
Capture full-screen or specific application's screen
O que é Wurkr Screen Capturing?
Wurkr Screen Capturing é uma extensão do Chrome desenvolvida por https://wurkr.io, e sua principal característica é "Capture full-screen or specific application's screen".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wurkr Screen Capturing
Baixe arquivos de extensão Wurkr Screen Capturing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Plugin for Wurkr screen sharing capability
Informações Básicas da Extensão
Nome | Wurkr Screen Capturing |
ID | ilohclllmdkbfhhfbchephbifeojkgoa |
URL Oficial | https://chromewebstore.google.com/detail/wurkr-screen-capturing/ilohclllmdkbfhhfbchephbifeojkgoa |
Descrição | Capture full-screen or specific application's screen |
Tamanho do Arquivo | 5.45 KB |
Contagem de Instalações | 225 |
Versão Atual | 3.0 |
Última Atualização | 2019-06-11 |
Data de Publicação | 2019-06-11 |
Desenvolvedor | https://wurkr.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://wurkr.io |
Idiomas Suportados | 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" ] } |