Blank New Tab Page - White Smoke
A blank new tab page with white smoke background, which also supports dark mode.
What is Blank New Tab Page - White Smoke?
Blank New Tab Page - White Smoke is a Chrome extension developed by https://yuhaofe.com, and its main feature is "A blank new tab page with white smoke background, which also supports dark mode.".
Extension Screenshots
Download Blank New Tab Page - White Smoke Extension CRX File
Download Blank New Tab Page - White Smoke 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 replaces the default new tab page with a white smoke background blank page, which also supports dark mode and incognito mode. You may hide the toolbar icon by right click on it.
Extension Basic Information
Name | Blank New Tab Page - White Smoke |
ID | jmbngnnlimnakiibacglaeflpghellfh |
Official URL | https://chromewebstore.google.com/detail/blank-new-tab-page-white/jmbngnnlimnakiibacglaeflpghellfh |
Description | A blank new tab page with white smoke background, which also supports dark mode. |
File Size | 9.44 KB |
Installation Count | 3,742 |
Current Version | 0.2.3 |
Last Updated | 2022-04-05 |
Publish Date | 2019-04-14 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://yuhaofe.com |
[email protected] | |
Payment Type | free |
Extension Website | https://yuhaofe.com/blank-new-tab-page |
Help Page URL | https://github.com/yuhaofe/Blank-New-Tab-Page---White-Smoke/issues |
Supported Languages | en,es,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "description": "__MSG_extdesc__", "version": "0.2.3", "manifest_version": 3, "icons": { "16": "icons\/blank16.png", "32": "icons\/blank32.png", "48": "icons\/blank48.png", "128": "icons\/blank128.png" }, "action": { "default_icon": { "16": "icons\/blank16.png", "32": "icons\/blank32.png" }, "default_popup": "src\/options.html" }, "chrome_url_overrides": { "newtab": "src\/blank.html" }, "options_ui": { "page": "src\/options.html", "open_in_tab": false }, "permissions": [ "storage" ], "incognito": "split", "default_locale": "en" } |