ABSOLUTELY Blank New Tab Page
The fastest new tab page page
What is ABSOLUTELY Blank New Tab Page?
ABSOLUTELY Blank New Tab Page is a Chrome extension developed by ilyaigpetrov, and its main feature is "The fastest new tab page page".
Extension Screenshots
Download ABSOLUTELY Blank New Tab Page Extension CRX File
Download ABSOLUTELY 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
Save a few megabytes of memory by overriding new tab page with an ABSOLUTELY empty text file. Use Ctrl+Shift+B to show and hide the bookmarks bar. Extremely minimalistic to lower the risk of breaking something and make it faster. Open source so everyone may look inside and make sure it has no malware or modify it the way he wants. Public domain so you may do whatever you want with it.
Extension Basic Information
Name | ABSOLUTELY Blank New Tab Page |
ID | jjbjmfkdmmbjdmmjoccdccaeffkkbiga |
Official URL | https://chromewebstore.google.com/detail/absolutely-blank-new-tab/jjbjmfkdmmbjdmmjoccdccaeffkkbiga |
Description | The fastest new tab page page |
File Size | 4.85 KB |
Installation Count | 77 |
Current Version | 0.0.0.5 |
Last Updated | 2019-05-24 |
Publish Date | 2019-05-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | ilyaigpetrov |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ilyaigpetrov/absolutely-blank-new-tab-page |
Help Page URL | https://github.com/ilyaigpetrov/absolutely-blank-new-tab-page/issues |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "0.0.0.5", "default_locale": "en", "content_security_policy": "script-src 'none'; object-src 'none'; default-src 'none'", "chrome_url_overrides": { "newtab": ".\/blank.txt" }, "manifest_version": 2 } |