Roll20 Colourise

This extension colours the text chat in Roll20.

Roll20 Colouriseとは何ですか?

Roll20 ColouriseはXavier Hoによって開発されたChromeの拡張機能で、その主な機能は「This extension colours the text chat in Roll20.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension adds colours to your Roll20 chat box. 

v1.2: Added more colour variations!
v1.1: Improved performance! It is smooth-as.                    

拡張機能の基本情報

名前 Roll20 Colourise Roll20 Colourise
ID aohbmgaolpimlnfonicdhkialgannnii
公式URL https://chromewebstore.google.com/detail/roll20-colourise/aohbmgaolpimlnfonicdhkialgannnii
説明 This extension colours the text chat in Roll20.
ファイルサイズ 483 KB
インストール数 6,537
現在のバージョン 1.2
最終更新日 2015-03-12
公開日 2015-03-12
評価 4.10/5 合計 10 レビュー
開発者 Xavier Ho
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roll20 Colourise",
    "description": "This extension colours the text chat in Roll20.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roll20.net\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "roll20-colourise.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.roll20.net\/*"
    ]
}