Voice Chat API

Start Talking

Voice Chat APIとは何ですか?

Voice Chat APIはhttps://voicechatapi.comによって開発されたChromeの拡張機能で、その主な機能は「Start Talking」です。

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

screenshot
screenshot

Voice Chat API拡張機能のCRXファイルをダウンロード

Voice Chat API拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Voice Chat API makes it easier for you to do a free voice chat anywhere on the web.

How to use:
1. Create a voice chat room by clicking on the extension icon.
2. Fetch the URL of the room, returned by the extension.
3. Invite your teammates, friends and others with the URL.
4. Visit your chat room and start an audio conference.

What is this?
Voice Chat API is a free, open-source audio conferencing web service exposed via an API. It works only on the non-mobile web browsers as it's based on WebRTC.

Tips:
- Create a voice chat room right off your chatting app like Hipchat, Campfire or Flowdock: https://github.com/dhfromkorea/hubot-scripts/blob/master/src/scripts/voicechat.coffee
- This app was built using the Plivo webSDK: https://plivo.com/docs/web/sdk
- Fork the repo and make this app more powerful: https://github.com/plivo/voicechat

Bug reports & feedback: send us a note at [email protected]                    

拡張機能の基本情報

名前 Voice Chat API Voice Chat API
ID mmamadaodppejbaffaagddokjjekifoe
公式URL https://chromewebstore.google.com/detail/voice-chat-api/mmamadaodppejbaffaagddokjjekifoe
説明 Start Talking
ファイルサイズ 62.17 KB
インストール数 957
現在のバージョン 0.4
最終更新日 2014-01-31
公開日 2014-01-30
評価 3.35/5 合計 17 レビュー
開発者 https://voicechatapi.com
支払い方法 free
拡張機能のウェブサイト http://voicechatapi.com
ヘルプページのURL http://voicechatapi.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voice Chat API",
    "version": "0.4",
    "default_locale": "en",
    "description": "Start Talking",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Voice Chat",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "https:\/\/voicechatapi.com\/",
        "http:\/\/voicechatapi.com\/"
    ],
    "content_security_policy": "script-src https:\/\/voicechatapi.com\/; object-src 'self'"
}