Quokka Chat
Adds video content directly to Quokka.chat web app
Was ist Quokka Chat?
Quokka Chat ist eine Chrome-Erweiterung, die von https://quokka.chat entwickelt wurde, und ihr Hauptmerkmal ist "Adds video content directly to Quokka.chat web app".
Erweiterungsscreenshots
Quokka Chat-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quokka Chat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Complementary to Quokka.chat's web app that allows users to easily add video content from YouTube with the click of a button.
Grundlegende Informationen zur Erweiterung
Name | Quokka Chat |
ID | ainpihlplcmmjmalmbagnmahafjiaeoh |
Offizielle URL | https://chromewebstore.google.com/detail/quokka-chat/ainpihlplcmmjmalmbagnmahafjiaeoh |
Beschreibung | Adds video content directly to Quokka.chat web app |
Dateigröße | 84.81 KB |
Installationsanzahl | 11 |
Aktuelle Version | 0.0.0.3 |
Letztes Update | 2015-08-05 |
Veröffentlichungsdatum | 2015-08-05 |
Entwickler | https://quokka.chat |
Zahlungsart | free |
Erweiterungswebsite | http://www.quokka.chat |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |