Blank New Tab Page plus...
A blank New Tab Page with a colour and background of your choice
What is Blank New Tab Page plus...?
Blank New Tab Page plus... is a Chrome extension developed by https://mythical5th.com, and its main feature is "A blank New Tab Page with a colour and background of your choice".
Extension Screenshots
Download Blank New Tab Page plus... Extension CRX File
Download Blank New Tab Page plus... 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
Click the icon in the bottom corner to reveal options for background colour, patterns and textures, and to add a launcher for pages such as Bookmarks and History. The background can be saved as an image file via the toolbar icon's context menu. On Chrome OS, it can be set as the desktop wallpaper via the same menu. ⚠ This extension is a replacement for your current New Tab Page, it doesn't simply add a background to it.
Extension Basic Information
Name | Blank New Tab Page plus... |
ID | hlgjppjfojhgojohkpcfaecgnaehajae |
Official URL | https://chromewebstore.google.com/detail/blank-new-tab-page-plus/hlgjppjfojhgojohkpcfaecgnaehajae |
Description | A blank New Tab Page with a colour and background of your choice |
File Size | 1.61 MB |
Installation Count | 44 |
Current Version | 2.2.5 |
Last Updated | 2024-02-10 |
Publish Date | 2019-04-06 |
Rating | 4.80/5 Total 5 Ratings |
Developer | https://mythical5th.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://mythical5th.com/policies/chromeWebStore.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.2.5", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "short_name": "BlankTab", "default_locale": "en", "chrome_url_overrides": { "newtab": "html\/newTab.html" }, "action": [], "icons": { "128": "icons\/icon128.png" }, "permissions": [ "contextMenus", "storage", "wallpaper" ], "optional_permissions": [ "downloads" ], "background": { "service_worker": "service-worker.js" } } |