Blank New Tab
Create a blank new tab without any existing content.
What is Blank New Tab?
Blank New Tab is a Chrome extension developed by https://yifanwu.net, and its main feature is "Create a blank new tab without any existing content.".
Extension Screenshots
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
This plugin makes the new tab page complete blank.
Extension Basic Information
Name | Blank New Tab |
ID | beafekehjfhnkpnnjegadfdncaipnljp |
Official URL | https://chromewebstore.google.com/detail/blank-new-tab/beafekehjfhnkpnnjegadfdncaipnljp |
Description | Create a blank new tab without any existing content. |
File Size | 3.34 KB |
Installation Count | 5,182 |
Current Version | 0.0.2 |
Last Updated | 2018-09-26 |
Publish Date | 2018-09-26 |
Rating | 4.65/5 Total 99 Ratings |
Developer | https://yifanwu.net |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blank New Tab", "version": "0.0.2", "manifest_version": 2, "description": "Create a blank new tab without any existing content.", "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": { "24": "icon.png" }, "default_title": "Blank New Tab" } } |