ZeroTab - Empty New Tab Page
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
What is ZeroTab - Empty New Tab Page?
ZeroTab - Empty New Tab Page is a Chrome extension developed by Yauheni Pakala, and its main feature is "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.".
Extension Screenshots
Download ZeroTab - Empty New Tab Page Extension CRX File
Download ZeroTab - Empty New Tab Page 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
With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. With additional options, for example: custom background color.
Extension Basic Information
Name | ZeroTab - Empty New Tab Page |
ID | anbfanbhcjohnkjjccckagjcmolhhdgd |
Official URL | https://chromewebstore.google.com/detail/zerotab-empty-new-tab-pag/anbfanbhcjohnkjjccckagjcmolhhdgd |
Description | With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails. |
File Size | 7.76 KB |
Installation Count | 25 |
Current Version | 1.0.1 |
Last Updated | 2021-12-11 |
Publish Date | 2019-03-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Yauheni Pakala |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/wcoder/ZeroTab |
Help Page URL | https://github.com/wcoder/ZeroTab/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ZeroTab - Empty New Tab Page", "version": "1.0.1", "short_name": "ZeroTab", "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.", "icons": { "128": "icon_128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "options.html", "permissions": [ "storage" ] } |