Something to Say - Chat with your neighbour

This plugin creates a chat bubble in any webpage. You can use it to chat with others who are also visiting the same website.

Something to Say - Chat with your neighbour là gì?

Something to Say - Chat with your neighbour là một tiện ích mở rộng Chrome được phát triển bởi Westkit, và tính năng chính của nó là "This plugin creates a chat bubble in any webpage. You can use it to chat with others who are also visiting the same website.".

Ả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 Something to Say - Chat with your neighbour

Tải xuống các tệp mở rộng Something to Say - Chat with your neighbour 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

                        Wondering who are watching the same YouTube video with you? Wondering who are reading the same Medium article? Wondering who are listening the same song on SoundCloud? Install this plugin!!!

This plugin helps you connect to the people who are visiting the same webpage as you are visiting now. There will be a chat bubble in any webpage you visit. You can simply click on it and connect to the chat room. Then you are connected to others.

This is the first beta version. Please help to test and give us feedback!! Thanks.                    

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

Tên Something to Say - Chat with your neighbour Something to Say - Chat with your neighbour
ID focobckgikgcmgbfpbiedbcdglhlfhal
URL Chính Thức https://chromewebstore.google.com/detail/something-to-say-chat-wit/focobckgikgcmgbfpbiedbcdglhlfhal
Mô tả This plugin creates a chat bubble in any webpage. You can use it to chat with others who are also visiting the same website.
Kích Thước Tệp 374 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2015-05-06
Ngày Phát Hành 2015-05-06
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Westkit
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Something to Say - Chat with your neighbour",
    "short_name": "Something to Say",
    "description": "This plugin creates a chat bubble in any webpage. You can use it to chat with others who are also visiting the same website.",
    "version": "0.1.0",
    "icons": {
        "16": "img\/ic-chat16.png",
        "48": "img\/ic-chat48.png",
        "128": "img\/ic-chat.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/sthtosay.com\/*"
            ],
            "css": [
                "jquery-ui-1.11.4\/jquery-ui.min.css",
                "chat-bubble.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "jquery-ui-1.11.4\/jquery-ui.min.js",
                "chat-bubble.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/ic-chat.png",
        "default_popup": "browser-action.html",
        "default_title": "Chat with people on the same website"
    }
}