Quokka Chat

Adds video content directly to Quokka.chat web app

Qu'est-ce que Quokka Chat ?

Quokka Chat est une extension Chrome développée par https://quokka.chat, et sa fonction principale est "Adds video content directly to Quokka.chat web app".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Quokka Chat

Téléchargez les fichiers d'extension Quokka Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Quokka Chat Quokka Chat
ID ainpihlplcmmjmalmbagnmahafjiaeoh
URL Officiel https://chromewebstore.google.com/detail/quokka-chat/ainpihlplcmmjmalmbagnmahafjiaeoh
Description Adds video content directly to Quokka.chat web app
Taille du Fichier 84.81 KB
Nombre d'Installations 11
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2015-08-05
Date de Publication 2015-08-05
Développeur https://quokka.chat
Type de Paiement free
Site Web de l'Extension http://www.quokka.chat
Langues Prises en Charge 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:\/\/*\/*"
    ]
}