lichess clock color
extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…
ما هو lichess clock color؟
lichess clock color هو إضافة Chrome تم تطويرها بواسطة adeebshihadeh، والميزة الرئيسية لها هي "extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة lichess clock color
قم بتنزيل ملفات الامتداد lichess clock color بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate who has more time red background when your opponent has more time green when you have more time than your opponent
معلومات أساسية عن التمديد
الاسم | |
ID | acbbdbhpfaaglhldigkkoacbbedhmogf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/lichess-clock-color/acbbdbhpfaaglhldigkkoacbbedhmogf |
الوصف | extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate… |
حجم الملف | 12.11 KB |
عدد التثبيتات | 108 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2018-08-21 |
تاريخ النشر | 2018-08-21 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | adeebshihadeh |
نوع الدفع | free |
موقع الإضافة | https://github.com/quillford/lichess-colorclock |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lichess clock color", "version": "0.1.1", "manifest_version": 2, "description": "", "homepage_url": "https:\/\/github.com\/quillford\/clockcolor", "icons": { "128": "icon.png" }, "permissions": [ "https:\/\/lichess.org\/" ], "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "inject.js" ] } ] } |