Quokka Chat

Adds video content directly to Quokka.chat web app

Wat is Quokka Chat?

Quokka Chat is een Chrome-extensie ontwikkeld door https://quokka.chat, en de belangrijkste functie is "Adds video content directly to Quokka.chat web app".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Quokka Chat

Download Quokka Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Quokka Chat Quokka Chat
ID ainpihlplcmmjmalmbagnmahafjiaeoh
Officiële URL https://chromewebstore.google.com/detail/quokka-chat/ainpihlplcmmjmalmbagnmahafjiaeoh
Beschrijving Adds video content directly to Quokka.chat web app
Bestandsgrootte 84.81 KB
Aantal Installaties 11
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2015-08-05
Publicatiedatum 2015-08-05
Ontwikkelaar https://quokka.chat
Betalingswijze free
Extensiewebsite http://www.quokka.chat
Ondersteunde Talen 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:\/\/*\/*"
    ]
}