Quokka Chat
Adds video content directly to Quokka.chat web app
什么是Quokka Chat?
Quokka Chat是由https://quokka.chat开发的Chrome扩展程序,该扩展的主要功能是“Adds video content directly to Quokka.chat web app”。
扩展截图
下载Quokka Chat扩展crx文件
下载Quokka Chat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Complementary to Quokka.chat's web app that allows users to easily add video content from YouTube with the click of a button. 扩展基本信息
| 名称 | |
| ID | ainpihlplcmmjmalmbagnmahafjiaeoh |
| 官方URL | https://chromewebstore.google.com/detail/quokka-chat/ainpihlplcmmjmalmbagnmahafjiaeoh |
| 简介 | Adds video content directly to Quokka.chat web app |
| 文件大小 | 84.81 KB |
| 安装次数 | 11 |
| 当前版本 | 0.0.0.3 |
| 更新时间 | 2015-08-05 |
| 上架时间 | 2015-08-05 |
| 开发者 | https://quokka.chat |
| 付费类型 | free |
| 扩展官网 | http://www.quokka.chat |
| 支持的语言 | 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:\/\/*\/*"
]
} | |