Gatherhub Screen Capture
Help users to do screen casting on GatherHub.
O que é Gatherhub Screen Capture?
Gatherhub Screen Capture é uma extensão do Chrome desenvolvida por https://www.gatherhub.xyz, e sua principal característica é "Help users to do screen casting on GatherHub.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gatherhub Screen Capture
Baixe arquivos de extensão Gatherhub Screen Capture 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
This extension could help to do screen capture automatically when you use the screen casting feature on www.gatherhub.com.
Informações Básicas da Extensão
Nome | |
ID | bdnieppldnkoaajefibbnpmemgfdkben |
URL Oficial | https://chromewebstore.google.com/detail/gatherhub-screen-capture/bdnieppldnkoaajefibbnpmemgfdkben |
Descrição | Help users to do screen casting on GatherHub. |
Tamanho do Arquivo | 11.96 KB |
Contagem de Instalações | 39 |
Versão Atual | 0.1.2 |
Última Atualização | 2015-12-17 |
Data de Publicação | 2015-12-16 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.gatherhub.xyz |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gatherhub Screen Capture", "description": "Help users to do screen casting on GatherHub.", "version": "0.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "browser_action": { "default_icon": "ghub-16.png" }, "icons": { "16": "ghub-16.png", "48": "ghub-48.png", "128": "ghub-128.png" }, "permissions": [ "desktopCapture" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.gatherhub.xyz\/*", "https:\/\/www.gatherhub.com\/*", "https:\/\/192.168.10.10\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.gatherhub.xyz\/*", "https:\/\/www.gatherhub.com\/*", "https:\/\/192.168.10.10\/*" ] } } |