Webtalk.io Chat

Webtalk.io is an app that enables users to chat in real-time while browsing any website

什么是Webtalk.io Chat?

Webtalk.io Chat是由https://webtalk.io开发的Chrome扩展程序,该扩展的主要功能是“Webtalk.io is an app that enables users to chat in real-time while browsing any website”。

扩展截图

screenshot
screenshot

下载Webtalk.io Chat扩展crx文件

下载Webtalk.io Chat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Webtalk.io is a free service that enables users to chat in real-time while browsing any website. 

 Just click the plugin icon while browsing any website and you'll see other users who are currently on the same page with you. Join their discussion and share your opinions freely.

 There is no need to login. It is really easy to express yourself on the Internet without the need to register. For us, staying anonymous is extremely important, so you can chat all over the web without leaving any trace of your activities.

 Chat with strangers or family, collaborate with friends and colleagues, share your ideas or troll the Internet - http://www.webtalk.io                    

扩展基本信息

名称 Webtalk.io Chat Webtalk.io Chat
ID ffjjnbgcfimekdfadlgafngnnchnjgik
官方URL https://chromewebstore.google.com/detail/webtalkio-chat/ffjjnbgcfimekdfadlgafngnnchnjgik
简介 Webtalk.io is an app that enables users to chat in real-time while browsing any website
文件大小 397 KB
安装次数 92
当前版本 1.0.3
更新时间 2014-02-23
上架时间 2014-02-23
评分 5.00/5 共3次评分
开发者 https://webtalk.io
付费类型 free
扩展官网 http://www.webtalk.io
帮助页面URL http://blog.webtalk.io
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webtalk.io Chat",
    "description": "Webtalk.io is an app that enables users to chat in real-time while browsing any website",
    "version": "1.0.3",
    "author": "Rombots Team",
    "homepage_url": "http:\/\/www.webtalk.io",
    "short_name": "Webtalk.io",
    "permissions": [
        "http:\/\/www.webtalk.io\/",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "img\/webtalk_logo.png",
        "default_popup": "chatroom.html"
    },
    "icons": {
        "16": "img\/webtalk_logo_16.png",
        "48": "img\/webtalk_logo_48.png",
        "128": "img\/webtalk_logo_128.png"
    }
}