An open API service indexing awesome lists of open source software.

https://github.com/rdig/colored-new-tab

A minimalist Chrome extension that replaces the New Tab page with a simple color background.
https://github.com/rdig/colored-new-tab

chrome chrome-browser chrome-extension chrome-webstore minimalist-chrome-extension

Last synced: about 2 months ago
JSON representation

A minimalist Chrome extension that replaces the New Tab page with a simple color background.

Awesome Lists containing this project

README

          

# Colored New Tab Chrome Extension

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

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

## Screenshots

![Screenshot](assets/cnt_ss_normal_midnight-blue.png "Normal Midnight Blue Color")

![Screenshot](assets/cnt_ss_hover_belize-hole.png "Hovered Belize Hole Color")

## Installation

### Manual

- Clone the repo (`git clone git@github.com:rdig/colored-new-tab.git`)
- Open your Chrome Browser *(or Chromium)*
- Go to **Settings** > **Extensions**
- Click **Load unpacked extension...**
- Point the file seletor the the folder where you clone this repo

### Via Chrome Webstore

- Open your Chrome Browser *(or Chromium)*
- Go to [Colored New Tabs](https://chrome.google.com/webstore/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa) on the Chrome Webstore
- Click **Add to Chrome**

## Permissions

The extension need the `storage` permission since it needs to store your color selection, and serve it back to you when you re-open a new tab.

## License

This is licensed under the MIT license. For more info see [LICENSE](./LICENSE)