NigthOwl Mode🦉
Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.
ما هو NigthOwl Mode🦉؟
NigthOwl Mode🦉 هو إضافة Chrome تم تطويرها بواسطة chrisDevWok، والميزة الرئيسية لها هي "Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NigthOwl Mode🦉
قم بتنزيل ملفات الامتداد NigthOwl Mode🦉 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Dark Theme mode exclusively for Springboard, a user will be able to go easy on the eyes and increase focus and productivity. This is version 1.0, we have many feature updates on the way. Next update will include removal of many unnecessary distractions that will help keep you lazer focused and productive to help you max out your time! 📣📣📣New updates & Feature Announcements 📣📣📣 > Fix bug: Sidebar not updating to Dark Mode > Adding a toggle option from Light Mode / Dark Mode // Productivity Features > Remove Youtube Pause Banner Suggestions > Remove Youtube HTML-5 end of screen Banner Suggestions // Celebration 🎊🎊🎊🎊🎊🎊🎊 > Page will load confetti animation when completed with a section module
معلومات أساسية عن التمديد
الاسم | NigthOwl Mode🦉 |
ID | eeejechfiigialpjicekkgeohaiklhke |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nigthowl-mode%F0%9F%A6%89/eeejechfiigialpjicekkgeohaiklhke |
الوصف | Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night. |
حجم الملف | 4.24 KB |
عدد التثبيتات | 47 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-08-05 |
تاريخ النشر | 2021-08-03 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | chrisDevWok |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NigthOwl Mode\ud83e\udd89", "version": "1.1", "manifest_version": 2, "description": "Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.", "browser_action": { "default_icon": { "16": "owl-icon.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.springboard.com\/workshops\/software-engineering-career-track\/*" ], "js": [ ".\/main.js" ] } ] } |