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」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 StackOverTube recording StackOverTube recording
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\/*"
    ]
}