LiChess Animated Clock
This extension shows an animated clock while playing game on Lichess.org
ما هو LiChess Animated Clock؟
LiChess Animated Clock هو إضافة Chrome تم تطويرها بواسطة pukhrajbal، والميزة الرئيسية لها هي "This extension shows an animated clock while playing game on Lichess.org".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LiChess Animated Clock
قم بتنزيل ملفات الامتداد LiChess Animated Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension shows an animated clock while playing game on Lichess.org Open sourced at https://github.com/pukhrajbal/lichess-clock
معلومات أساسية عن التمديد
الاسم | LiChess Animated Clock |
ID | moflcebaimpicobgdlomloaphhcpjmji |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lichess-animated-clock/moflcebaimpicobgdlomloaphhcpjmji |
الوصف | This extension shows an animated clock while playing game on Lichess.org |
حجم الملف | 5.07 KB |
عدد التثبيتات | 111 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-09-17 |
تاريخ النشر | 2017-09-16 |
تقييم | 1.00/5 مجموع تقييمات 2 |
المطور | pukhrajbal |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LiChess Animated Clock", "description": "This extension shows an animated clock while playing game on Lichess.org", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/lichess.org\/*", "https:\/\/lichess.org\/*" ], "css": [ ".\/style.css" ], "js": [ ".\/timer.js" ] } ] } |