Quokka Chat

Adds video content directly to Quokka.chat web app

Cos'è Quokka Chat?

Quokka Chat è un'estensione di Chrome sviluppata da https://quokka.chat, e la sua funzione principale è "Adds video content directly to Quokka.chat web app".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quokka Chat

Scarica i file di estensione Quokka Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Quokka Chat Quokka Chat
ID ainpihlplcmmjmalmbagnmahafjiaeoh
URL Ufficiale https://chromewebstore.google.com/detail/quokka-chat/ainpihlplcmmjmalmbagnmahafjiaeoh
Descrizione Adds video content directly to Quokka.chat web app
Dimensione del File 84.81 KB
Conteggio Installazioni 11
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2015-08-05
Data di Pubblicazione 2015-08-05
Sviluppatore https://quokka.chat
Tipo di Pagamento free
Sito Web dell'Estensione http://www.quokka.chat
Lingue Supportate 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:\/\/*\/*"
    ]
}