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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |