Blank New Tab (with Dark Mode Support)

A blank new tab page that supports your system dark mode.

What is Blank New Tab (with Dark Mode Support)?

Blank New Tab (with Dark Mode Support) is a Chrome extension developed by nickbreaton, and its main feature is "A blank new tab page that supports your system dark mode.".

Extension Screenshots

screenshot

Download Blank New Tab (with Dark Mode Support) Extension CRX File

Download Blank New Tab (with Dark Mode Support) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Open source on GitHub. MIT Licensed. Requires Chrome 88.                    

Extension Basic Information

Name Blank New Tab (with Dark Mode Support) Blank New Tab (with Dark Mode Support)
ID nghggnkjhaidilgmjldjjeeilngmplij
Official URL https://chromewebstore.google.com/detail/blank-new-tab-with-dark-m/nghggnkjhaidilgmjldjjeeilngmplij
Description A blank new tab page that supports your system dark mode.
File Size 516 KB
Installation Count 138
Current Version 3.0.0
Last Updated 2023-06-23
Publish Date 2019-07-21
Rating 5.00/5 Total 4 Ratings
Developer nickbreaton
Email [email protected]
Payment Type free
Extension Website https://github.com/nickbreaton/chrome-blank-new-tab
Help Page URL https://github.com/nickbreaton/chrome-blank-new-tab/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blank New Tab (with Dark Mode Support)",
    "version": "3.0.0",
    "description": "A blank new tab page that supports your system dark mode.",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}