Blank New Tab Page
The ultimate speed boost for Chrome, an empty new tab page!
What is Blank New Tab Page?
Blank New Tab Page is a Chrome extension developed by https://64pixels.com, and its main feature is "The ultimate speed boost for Chrome, an empty new tab page!".
Extension Screenshots
Download Blank New Tab Page Extension CRX File
Download Blank 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
Your new tab will display a completely blank white page. This hides your most visited sites and the google logo minimizing distraction and speeding up browsing speed. This is a simple, but powerful, extension to boost your productivity.
Extension Basic Information
Name | Blank New Tab Page |
ID | nanjankoodpibkkjgmmaeoccefklohao |
Official URL | https://chromewebstore.google.com/detail/blank-new-tab-page/nanjankoodpibkkjgmmaeoccefklohao |
Description | The ultimate speed boost for Chrome, an empty new tab page! |
File Size | 4.6 KB |
Installation Count | 3,912 |
Current Version | 1.1 |
Last Updated | 2024-01-11 |
Publish Date | 2020-04-30 |
Rating | 4.27/5 Total 11 Ratings |
Developer | https://64pixels.com |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blank New Tab Page", "version": "1.1", "manifest_version": 2, "description": "The ultimate speed boost for Chrome, an empty new tab page!", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "offline_enabled": true, "background": { "page": "background.html" }, "chrome_url_overrides": { "newtab": "tab.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/s3.amazonaws.com; object-src 'self'" } |