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🦉은(는) chrisDevWok에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night."입니다.
확장 프로그램 스크린샷
NigthOwl Mode🦉 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } ] } |