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?

Something to Say - Chat with your neighbour是由Westkit开发的Chrome扩展程序,该扩展的主要功能是“This plugin creates a chat bubble in any webpage. You can use it to chat with others who are also visiting the same website.”。

扩展截图

screenshot

下载Something to Say - Chat with your neighbour扩展crx文件

下载Something to Say - Chat with your neighbour扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Something to Say - Chat with your neighbour Something to Say - Chat with your neighbour
ID focobckgikgcmgbfpbiedbcdglhlfhal
官方URL https://chromewebstore.google.com/detail/something-to-say-chat-wit/focobckgikgcmgbfpbiedbcdglhlfhal
简介 This plugin creates a chat bubble in any webpage. You can use it to chat with others who are also visiting the same website.
文件大小 374 KB
安装次数 67
当前版本 0.1.0
更新时间 2015-05-06
上架时间 2015-05-06
评分 4.50/5 共2次评分
开发者 Westkit
付费类型 free
支持的语言 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"
    }
}