Blank New Tab

Blank page on new tab with dark mode button.

What is Blank New Tab?

Blank New Tab is a Chrome extension developed by meh, and its main feature is "Blank page on new tab with dark mode button.".

Extension Screenshots

screenshot
screenshot

Download Blank New Tab Extension CRX File

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

                        A Google Chrome extension which replaces the default new tab page with a blank screen 🌈 . Also have a dark mode 😎 button in case you want it to be dark.

Features
✅ Same background color as other native Chrome tabs
✅ Same title as the default new tab page ("New tab")
✅ Dark mode button

Tweet me at @asyr0f 😎

CHANGELOG

1.0.0
- First stable release.                    

Extension Basic Information

Name Blank New Tab Blank New Tab
ID mddjhfmfmjjcamojkkjeiodkdhdedhce
Official URL https://chromewebstore.google.com/detail/blank-new-tab/mddjhfmfmjjcamojkkjeiodkdhdedhce
Description Blank page on new tab with dark mode button.
File Size 4.64 KB
Installation Count 76
Current Version 1.0.0
Last Updated 2021-07-05
Publish Date 2021-04-20
Rating 4.00/5 Total 1 Ratings
Developer meh
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blank New Tab",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Blank page on new tab with dark mode button.",
    "homepage_url": "https:\/\/asyrafff.com\/",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}