StackOverTube recording
it will record and upload your videoAnswers
什么是StackOverTube recording?
StackOverTube recording是由https://stackovertube-videoserver.herokuapp.com开发的Chrome扩展程序,该扩展的主要功能是“it will record and upload your videoAnswers”。
扩展截图
下载StackOverTube recording扩展crx文件
下载StackOverTube recording扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | pjnlpkkjpibmdkbceojodbbkcggdokon |
官方URL | https://chrome.google.com/webstore/detail/stackovertube-recording/pjnlpkkjpibmdkbceojodbbkcggdokon |
简介 | it will record and upload your videoAnswers |
文件大小 | 135 KB |
安装次数 | 20 |
当前版本 | 1.0 |
更新时间 | 2014-12-03 |
上架时间 | 2014-12-03 |
开发者 | https://stackovertube-videoserver.herokuapp.com |
付费类型 | free |
扩展官网 | https://stackovertube.herokuapp.com/ |
支持的语言 | 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\/*" ] } |