StackOverTube recording
it will record and upload your videoAnswers
O que é StackOverTube recording?
StackOverTube recording é uma extensão do Chrome desenvolvida por https://stackovertube-videoserver.herokuapp.com, e sua principal característica é "it will record and upload your videoAnswers".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão StackOverTube recording
Baixe arquivos de extensão StackOverTube recording 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
Share your video answers with the community Imagine a world where your phone, TV and computer could all communicate on a common platform. Imagine it was easy to add video chat and peer-to-peer data sharing to your web application. That's the vision of WebRTC. Want to try it out? WebRTC is available now in Google Chrome, Opera and Firefox. The team of StackOverTube has made this app available in the Google store to give you the possibility to screencast your computer screen. Hopefully you enjoy it, from Anna, Craig, James and Pablo.
Informações Básicas da Extensão
Nome | |
ID | pjnlpkkjpibmdkbceojodbbkcggdokon |
URL Oficial | https://chrome.google.com/webstore/detail/stackovertube-recording/pjnlpkkjpibmdkbceojodbbkcggdokon |
Descrição | it will record and upload your videoAnswers |
Tamanho do Arquivo | 135 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.0 |
Última Atualização | 2014-12-03 |
Data de Publicação | 2014-12-03 |
Desenvolvedor | https://stackovertube-videoserver.herokuapp.com |
Tipo de Pagamento | free |
Site da Extensão | https://stackovertube.herokuapp.com/ |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "StackOverTube recording", "version": "1.0", "description": "it will record and upload your videoAnswers", "page_action": { "default_icon": "icon.png", "default_title": "StackOverTube", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.stackovertube-videoserver.herokuapp.com\/*" ], "js": [ "stackOverTube_cs.js", "jquery-1.11.1.js", "recordRTC.js", "script.js", "popup.js" ] } ], "permissions": [ "desktopCapture", "tabs", "activeTab", "storage", "management", "*:\/\/*.stackovertube-videoserver.herokuapp.com\/*" ] } |