Quokka Chat

Adds video content directly to Quokka.chat web app

Quokka Chatとは何ですか?

Quokka Chatはhttps://quokka.chatによって開発されたChromeの拡張機能で、その主な機能は「Adds video content directly to Quokka.chat web app」です。

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

screenshot

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

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

拡張機能の使用方法

                        Complementary to Quokka.chat's web app that allows users to easily add video content from YouTube with the click of a button.                    

拡張機能の基本情報

名前 Quokka Chat Quokka Chat
ID ainpihlplcmmjmalmbagnmahafjiaeoh
公式URL https://chromewebstore.google.com/detail/quokka-chat/ainpihlplcmmjmalmbagnmahafjiaeoh
説明 Adds video content directly to Quokka.chat web app
ファイルサイズ 84.81 KB
インストール数 11
現在のバージョン 0.0.0.3
最終更新日 2015-08-05
公開日 2015-08-05
開発者 https://quokka.chat
支払い方法 free
拡張機能のウェブサイト http://www.quokka.chat
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quokka Chat",
    "description": "Adds video content directly to Quokka.chat web app",
    "version": "0.0.0.3",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "quokka.png",
        "default_title": "Quokka",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "quokka.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/jquery-2.1.4.min.js",
                "\/js\/quokka.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}