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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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\/*" ] } |