Blank New Tab - Dark

Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.

What is Blank New Tab - Dark?

Blank New Tab - Dark is a Chrome extension developed by ADHD Squirrel, and its main feature is "Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.".

Extension Screenshots

screenshot

Download Blank New Tab - Dark Extension CRX File

Download Blank New Tab - Dark 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

                        Much easier on the eyes than white, especially at night and perfectly matches the new dark mode. Hides the search bar and most visited sites on the new tab leaving you with only gray.                    

Extension Basic Information

Name Blank New Tab - Dark Blank New Tab - Dark
ID hpbfnfnaongmefofknokecpecifhldof
Official URL https://chromewebstore.google.com/detail/blank-new-tab-dark/hpbfnfnaongmefofknokecpecifhldof
Description Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.
File Size 4.68 KB
Installation Count 47
Current Version 1.4
Last Updated 2022-01-25
Publish Date 2020-06-21
Developer ADHD Squirrel
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blank New Tab - Dark",
    "short_name": "Blank New Tab",
    "version": "1.4",
    "description": "Replaces the default new tab page with a blank, dark gray page to match Chrome's dark mode.",
    "author": "ADHD Squirrel",
    "icons": {
        "48": "BNT48.png",
        "128": "BNT128.png"
    },
    "chrome_url_overrides": {
        "newtab": "ntp.html"
    }
}