Blank New Tab Dark Mode
Override the New Tab page with a dark blank page
What is Blank New Tab Dark Mode?
Blank New Tab Dark Mode is a Chrome extension developed by Bertrand Fan, and its main feature is "Override the New Tab page with a dark blank page".
Extension Screenshots
Download Blank New Tab Dark Mode Extension CRX File
Download Blank New Tab Dark Mode 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
This extension overrides the New Tab page with a dark blank page. Perfect for dark mode.
Extension Basic Information
Name | Blank New Tab Dark Mode |
ID | kbgpnmhanjagjnkiekpnkcefiafpapfa |
Official URL | https://chromewebstore.google.com/detail/blank-new-tab-dark-mode/kbgpnmhanjagjnkiekpnkcefiafpapfa |
Description | Override the New Tab page with a dark blank page |
File Size | 6.45 KB |
Installation Count | 1,261 |
Current Version | 1.0 |
Last Updated | 2019-03-21 |
Publish Date | 2019-03-21 |
Rating | 4.67/5 Total 12 Ratings |
Developer | Bertrand Fan |
Payment Type | free |
Extension Website | https://github.com/bertrandom/blank-new-tab-dark-mode |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blank New Tab Dark Mode", "description": "Override the New Tab page with a dark blank page", "version": "1.0", "incognito": "split", "chrome_url_overrides": { "newtab": "blank.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |