Quokka Chat
Adds video content directly to Quokka.chat web app
Quokka Chatคืออะไร?
Quokka Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://quokka.chat และคุณลักษณะหลักของมันคือ "Adds video content directly to Quokka.chat web app"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quokka Chat
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quokka Chat |
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:\/\/*\/*" ] } |