url-chat

Here you can talk to other people that are seeing the same URL that you are now

什么是url-chat?

url-chat是由willroquedev开发的Chrome扩展程序,该扩展的主要功能是“Here you can talk to other people that are seeing the same URL that you are now”。

扩展截图

screenshot
screenshot

下载url-chat扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 url-chat url-chat
ID eaigekfdkfcepdmcincfoieinhjhdlma
官方URL https://chromewebstore.google.com/detail/url-chat/eaigekfdkfcepdmcincfoieinhjhdlma
简介 Here you can talk to other people that are seeing the same URL that you are now
文件大小 341 KB
安装次数 113
当前版本 1.0.1
更新时间 2018-02-24
上架时间 2018-02-24
开发者 willroquedev
付费类型 free
扩展官网 https://github.com/WillRoque/url-chat
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "url-chat",
    "description": "Here you can talk to other people that are seeing the same URL that you are now",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "\/img\/chat_small.png",
        "default_popup": "\/index.html",
        "default_title": "Click to open this URL's chat"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}