Roll20 Colourise
This extension colours the text chat in Roll20.
ما هو Roll20 Colourise؟
Roll20 Colourise هو إضافة Chrome تم تطويرها بواسطة Xavier Ho، والميزة الرئيسية لها هي "This extension colours the text chat in Roll20.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Roll20 Colourise
قم بتنزيل ملفات الامتداد Roll20 Colourise بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |