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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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:\/\/*\/*" ] } |