Roll20 Colourise
This extension colours the text chat in Roll20.
Wat is Roll20 Colourise?
Roll20 Colourise is een Chrome-extensie ontwikkeld door Xavier Ho, en de belangrijkste functie is "This extension colours the text chat in Roll20.".
Extensie Screenshots
Download het CRX-bestand van de extensie Roll20 Colourise
Download Roll20 Colourise-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension adds colours to your Roll20 chat box.
v1.2: Added more colour variations!
v1.1: Improved performance! It is smooth-as. Basisinformatie over de Extensie
| Naam | |
| ID | aohbmgaolpimlnfonicdhkialgannnii |
| Officiële URL | https://chromewebstore.google.com/detail/roll20-colourise/aohbmgaolpimlnfonicdhkialgannnii |
| Beschrijving | This extension colours the text chat in Roll20. |
| Bestandsgrootte | 483 KB |
| Aantal Installaties | 6,537 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2015-03-12 |
| Publicatiedatum | 2015-03-12 |
| Beoordeling | 4.10/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | Xavier Ho |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |