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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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\/*" ] } |