Quokka Chat

Adds video content directly to Quokka.chat web app

Quokka Chat là gì?

Quokka Chat là một tiện ích mở rộng Chrome được phát triển bởi https://quokka.chat, và tính năng chính của nó là "Adds video content directly to Quokka.chat web app".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quokka Chat

Tải xuống các tệp mở rộng Quokka Chat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Complementary to Quokka.chat's web app that allows users to easily add video content from YouTube with the click of a button.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quokka Chat Quokka Chat
ID ainpihlplcmmjmalmbagnmahafjiaeoh
URL Chính Thức https://chromewebstore.google.com/detail/quokka-chat/ainpihlplcmmjmalmbagnmahafjiaeoh
Mô tả Adds video content directly to Quokka.chat web app
Kích Thước Tệp 84.81 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2015-08-05
Ngày Phát Hành 2015-08-05
Nhà Phát Triển https://quokka.chat
Loại Thanh Toán free
Trang Web Mở Rộng http://www.quokka.chat
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}