Chatension

Chat on any url

Chatensionとは何ですか?

Chatensionはhttps://chatension.herokuapp.comによって開発されたChromeの拡張機能で、その主な機能は「Chat on any url」です。

拡張機能のスクリーンショット

screenshot

Chatension拡張機能のCRXファイルをダウンロード

Chatension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        a Google Chrome extension that lets you chat on any site by creating a room using the current url. Chat with people on Reddit. Discuss the news on CNN. THE OPTIONS ARE ENDLESS. LOUD NOISES.                    

拡張機能の基本情報

名前 Chatension Chatension
ID alegpcekacoaalpibpakojofjfajjdho
公式URL https://chromewebstore.google.com/detail/chatension/alegpcekacoaalpibpakojofjfajjdho
説明 Chat on any url
ファイルサイズ 13.88 KB
インストール数 25
現在のバージョン 1.0.2
最終更新日 2015-12-09
公開日 2015-12-09
評価 5.00/5 合計 8 レビュー
開発者 https://chatension.herokuapp.com
支払い方法 free
拡張機能のウェブサイト https://chatension.herokuapp.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chatension",
    "description": "Chat on any url",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "chatensionLogo.png",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}