Quokka Chat

Adds video content directly to Quokka.chat web app

Vad är Quokka Chat?

Quokka Chat är en Chrome-tillägg utvecklad av https://quokka.chat, och dess huvudfunktion är "Adds video content directly to Quokka.chat web app".

Tilläggsskärmbilder

screenshot

Ladda ner Quokka Chat-förlängningens CRX-fil

Ladda ner Quokka Chat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Quokka Chat Quokka Chat
ID ainpihlplcmmjmalmbagnmahafjiaeoh
Officiell webbadress https://chromewebstore.google.com/detail/quokka-chat/ainpihlplcmmjmalmbagnmahafjiaeoh
Beskrivning Adds video content directly to Quokka.chat web app
Filstorlek 84.81 KB
Antal Installationer 11
Aktuell Version 0.0.0.3
Senast Uppdaterad 2015-08-05
Publiceringsdatum 2015-08-05
Utvecklare https://quokka.chat
Betalningssätt free
Tilläggswebbplats http://www.quokka.chat
Stödda Språk 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:\/\/*\/*"
    ]
}