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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |