Blank New Tab

A blank new tab page with support for light and dark themes, no JavaScript.

What is Blank New Tab?

Blank New Tab is a Chrome extension developed by https://guokai.dev, and its main feature is "A blank new tab page with support for light and dark themes, no JavaScript.".

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 blank new tab page with support for light and dark themes, no JavaScript.                    

Extension Basic Information

Name Blank New Tab Blank New Tab
ID eckckdalcgboggdnggbpajhpkbpkfdeh
Official URL https://chromewebstore.google.com/detail/blank-new-tab/eckckdalcgboggdnggbpajhpkbpkfdeh
Description A blank new tab page with support for light and dark themes, no JavaScript.
File Size 11.18 KB
Installation Count 1,040
Current Version 1.0.0
Last Updated 2023-08-24
Publish Date 2022-08-22
Rating 4.00/5 Total 1 Ratings
Developer https://guokai.dev
Email [email protected]
Payment Type free
Privacy Policy Page URL https://guokai.dev/privacy
Supported Languages ms,de,en,vi,es,it,pt-BR,pt-PT,ru,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.0",
    "author": "Guokai Han",
    "manifest_version": 3,
    "offline_enabled": true,
    "default_locale": "en",
    "icons": {
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}