Colored New Tab

Google Chrome (or Chromium) extension that opens the new tab in a specific color

What is Colored New Tab?

Colored New Tab is a Chrome extension developed by https://glogovetan.com, and its main feature is "Google Chrome (or Chromium) extension that opens the new tab in a specific color".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Colored New Tab Extension CRX File

Download Colored 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

                        A minimalist Chrome extension that replaces the New Tab page with simple colors.

Features:
- Fast loading
- Beautiful full page colors
- Unobtrusive color switcher                    

Extension Basic Information

Name Colored New Tab Colored New Tab
ID bfjhjeccmlkbbgliegkapplkpkcngeaa
Official URL https://chromewebstore.google.com/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa
Description Google Chrome (or Chromium) extension that opens the new tab in a specific color
File Size 11.46 KB
Installation Count 40
Current Version 1.0.0
Last Updated 2018-03-11
Publish Date 2018-03-11
Rating 5.00/5 Total 2 Ratings
Developer https://glogovetan.com
Email [email protected]
Payment Type free
Extension Website https://github.com/rdig/colored-new-tab
Help Page URL https://github.com/rdig/colored-new-tab/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colored New Tab",
    "short_name": "New Tab",
    "version": "1.0.0",
    "description": "Google Chrome (or Chromium) extension that opens the new tab in a specific color",
    "author": "Raul Glogovetan",
    "homepage_url": "https:\/\/github.com\/rdig\/colored-new-tab",
    "icons": {
        "16": "extension_icon_16.png",
        "48": "extension_icon_48.png",
        "128": "extension_icon_128.png"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "TabPage\/index.html"
    }
}