StackOverTube recording
it will record and upload your videoAnswers
ما هو StackOverTube recording؟
StackOverTube recording هو إضافة Chrome تم تطويرها بواسطة https://stackovertube-videoserver.herokuapp.com، والميزة الرئيسية لها هي "it will record and upload your videoAnswers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة StackOverTube recording
قم بتنزيل ملفات الامتداد StackOverTube recording بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*" ] } |