NightTab
A very minimal, blank, black, New Tab page.
What is NightTab?
NightTab is a Chrome extension developed by icon.solutions.dc, and its main feature is "A very minimal, blank, black, New Tab page.".
Extension Screenshots
Download NightTab Extension CRX File
Download NightTab 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 safe and fast way to load a empty New Tab page.
Extension Basic Information
Name | NightTab |
ID | lbfhkkmdieelolmdiamdjjfpdaknnonm |
Official URL | https://chromewebstore.google.com/detail/nighttab/lbfhkkmdieelolmdiamdjjfpdaknnonm |
Description | A very minimal, blank, black, New Tab page. |
File Size | 4.54 KB |
Installation Count | 101 |
Current Version | 0.0.0.1 |
Last Updated | 2021-12-25 |
Publish Date | 2021-12-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | icon.solutions.dc |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "NightTab.html" }, "name": "NightTab", "description": "A very minimal, blank, black, New Tab page.", "version": "0.0.0.1", "manifest_version": 2, "minimum_chrome_version": "28", "offline_enabled": true, "icons": { "128": "images\/icon-128x128.png", "48": "images\/icon-48x48.png", "16": "images\/icon-16x16.png" }, "page_action": { "default_icon": "images\/icon-48x48.png", "default_title": "Night Tab" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |