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.
- Host: GitHub
- URL: https://github.com/rdig/colored-new-tab
- Owner: rdig
- License: mit
- Created: 2017-01-13T19:46:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-14T19:17:46.000Z (over 9 years ago)
- Last Synced: 2024-10-19T17:32:55.280Z (over 1 year ago)
- Topics: chrome, chrome-browser, chrome-extension, chrome-webstore, minimalist-chrome-extension
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/colored-new-tab/bfjhjeccmlkbbgliegkapplkpkcngeaa
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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


## 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)