New Empty Coloured Tab
When you open a 'New Tab' it's blank and set to the background color of your desire.
What is New Empty Coloured Tab?
New Empty Coloured Tab is a Chrome extension developed by Glenn Hallin, and its main feature is "When you open a 'New Tab' it's blank and set to the background color of your desire.".
Extension Screenshots
Download New Empty Coloured Tab Extension CRX File
Download New Empty Coloured 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
When you open a 'New Tab' it's blank and set to the background color of your desire. Changelog: * Version 1.5.3 - Removed unneeded permission * Version 1.5.2 - First run default value set to #4c4a48
Extension Basic Information
Name | New Empty Coloured Tab |
ID | ilpmlpiodicccdbjckhganddmegpedln |
Official URL | https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln |
Description | When you open a 'New Tab' it's blank and set to the background color of your desire. |
File Size | 137 KB |
Installation Count | 83 |
Current Version | 1.5.3 |
Last Updated | 2023-07-03 |
Publish Date | 2017-11-14 |
Rating | 4.50/5 Total 4 Ratings |
Developer | Glenn Hallin |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Empty Coloured Tab", "description": "When you open a 'New Tab' it's blank and set to the background color of your desire.", "version": "1.5.3", "background": { "scripts": [ "JS\/GETbg.js" ] }, "permissions": [ "storage" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_48.png", "default_popup": "popup.html" }, "chrome_url_overrides": { "newtab": "enct.html" }, "manifest_version": 2 } |