Lambda School Darkmode
Dark mode theme for the Lambda School Training Kit
ما هو Lambda School Darkmode؟
Lambda School Darkmode هو إضافة Chrome تم تطويرها بواسطة TinySquid، والميزة الرئيسية لها هي "Dark mode theme for the Lambda School Training Kit".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lambda School Darkmode
قم بتنزيل ملفات الامتداد Lambda School Darkmode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension is simple, it adds a dark mode theme to the Lambda School Training Kit.
معلومات أساسية عن التمديد
الاسم | |
ID | baklbgncdldcopkhleldppdjekkfjajb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lambda-school-darkmode/baklbgncdldcopkhleldppdjekkfjajb |
الوصف | Dark mode theme for the Lambda School Training Kit |
حجم الملف | 13.35 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 1.1 |
آخر تحديث | 2019-09-29 |
تاريخ النشر | 2019-09-29 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | TinySquid |
نوع الدفع | free |
موقع الإضافة | https://github.com/TinySquid/lambda-school-dark-mode |
عنوان صفحة المساعدة | https://github.com/TinySquid/lambda-school-dark-mode |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lambda School Darkmode", "version": "1.1", "description": "Dark mode theme for the Lambda School Training Kit", "permissions": [ "*:\/\/learn.lambdaschool.com\/*", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "icons\/lambda-48.png", "96": "icons\/lambda-96.png" }, "page_action": { "default_icon": "icons\/lambda-48-off.png", "default_title": "Lambda School Darkmode (off)" } } |