New Tab
A minimalist replacement for Chrome's New Tab page.
What is New Tab?
New Tab is a Chrome extension developed by Adam Schwartz, and its main feature is "A minimalist replacement for Chrome's New Tab page.".
Extension Screenshots
Download New Tab Extension CRX File
Download 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 extension replaces Chrome's New Tab page with a minimalist version which shows a blank white page and an imitation of the Bookmarks Bar. To recover the default New Tab page, simply remove the extension.
Extension Basic Information
Name | New Tab |
ID | adcpijkmbecohfalcbafjgadfnpchhlg |
Official URL | https://chromewebstore.google.com/detail/new-tab/adcpijkmbecohfalcbafjgadfnpchhlg |
Description | A minimalist replacement for Chrome's New Tab page. |
File Size | 11.29 KB |
Installation Count | 34,320 |
Current Version | 14.0 |
Last Updated | 2022-09-06 |
Publish Date | 2018-11-08 |
Rating | 3.63/5 Total 141 Ratings |
Developer | Adam Schwartz |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/adamschwartz/chrome-new-tab#readme |
Help Page URL | https://github.com/adamschwartz/chrome-new-tab/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Adam Schwartz", "name": "New Tab", "version": "14.0", "manifest_version": 2, "minimum_chrome_version": "103", "description": "A minimalist replacement for Chrome's New Tab page.", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "32": "icons\/icon32.png", "16": "icons\/icon16.png" }, "permissions": [ "bookmarks", "chrome:\/\/favicon\/" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ "newtab.html" ] } |