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.”。

擴展截圖

screenshot

下載NigthOwl Mode🦉擴展crx文件

下載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🦉 NigthOwl Mode🦉
ID eeejechfiigialpjicekkgeohaiklhke
官方網址 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"
            ]
        }
    ]
}