Quokka Chat
Adds video content directly to Quokka.chat web app
Hvad er Quokka Chat?
Quokka Chat er en Chrome-udvidelse udviklet af https://quokka.chat, og dens hovedfunktion er "Adds video content directly to Quokka.chat web app".
Udvidelsesskærmbilleder
Download Quokka Chat-udvidelses-CRX-fil
Download Quokka Chat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Complementary to Quokka.chat's web app that allows users to easily add video content from YouTube with the click of a button. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ainpihlplcmmjmalmbagnmahafjiaeoh |
| Officiel URL | https://chromewebstore.google.com/detail/quokka-chat/ainpihlplcmmjmalmbagnmahafjiaeoh |
| Beskrivelse | Adds video content directly to Quokka.chat web app |
| Filstørrelse | 84.81 KB |
| Antal Installationer | 11 |
| Nuværende Version | 0.0.0.3 |
| Senest Opdateret | 2015-08-05 |
| Udgivelsesdato | 2015-08-05 |
| Udvikler | https://quokka.chat |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.quokka.chat |
| Understøttede Sprog | 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:\/\/*\/*"
]
} | |