Roll20 Colourise
This extension colours the text chat in Roll20.
Apa itu Roll20 Colourise?
Roll20 Colourise adalah ekstensi Chrome yang dikembangkan oleh Xavier Ho, dan fitur utamanya adalah "This extension colours the text chat in Roll20.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Roll20 Colourise
Unduh file ekstensi Roll20 Colourise dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension adds colours to your Roll20 chat box. v1.2: Added more colour variations! v1.1: Improved performance! It is smooth-as.
Informasi Dasar Ekstensi
Nama | Roll20 Colourise |
ID | aohbmgaolpimlnfonicdhkialgannnii |
URL Resmi | https://chromewebstore.google.com/detail/roll20-colourise/aohbmgaolpimlnfonicdhkialgannnii |
Deskripsi | This extension colours the text chat in Roll20. |
Ukuran File | 483 KB |
Jumlah Instalasi | 6,537 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2015-03-12 |
Tanggal Publikasi | 2015-03-12 |
Penilaian | 4.10/5 Total 10 Penilaian |
Pengembang | Xavier Ho |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |