StackOverTube recording

it will record and upload your videoAnswers

StackOverTube recording là gì?

StackOverTube recording là một tiện ích mở rộng Chrome được phát triển bởi https://stackovertube-videoserver.herokuapp.com, và tính năng chính của nó là "it will record and upload your videoAnswers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng StackOverTube recording

Tải xuống các tệp mở rộng StackOverTube recording dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StackOverTube recording StackOverTube recording
ID pjnlpkkjpibmdkbceojodbbkcggdokon
URL Chính Thức https://chrome.google.com/webstore/detail/stackovertube-recording/pjnlpkkjpibmdkbceojodbbkcggdokon
Mô tả it will record and upload your videoAnswers
Kích Thước Tệp 135 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-12-03
Ngày Phát Hành 2014-12-03
Nhà Phát Triển https://stackovertube-videoserver.herokuapp.com
Loại Thanh Toán free
Trang Web Mở Rộng https://stackovertube.herokuapp.com/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}