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"
    ]
}