Color Tab
A Beautiful Color Palette With Every New Tab!
What is Color Tab?
Color Tab is a Chrome extension developed by https://colorhunt.co, and its main feature is "A Beautiful Color Palette With Every New Tab!".
Extension Screenshots
Download Color Tab Extension CRX File
Download Color 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
Color Tab fills up your "new tab" screen with a beautiful color palette from the best of Color Hunt's collection. Each time you open up a new tab, the page will be replaced with a random color combination.
Extension Basic Information
Name | Color Tab |
ID | hchlgfaicmddilenlflajnmomalehbom |
Official URL | https://chromewebstore.google.com/detail/color-tab/hchlgfaicmddilenlflajnmomalehbom |
Description | A Beautiful Color Palette With Every New Tab! |
File Size | 16.77 KB |
Installation Count | 224,286 |
Current Version | 2 |
Last Updated | 2020-05-07 |
Publish Date | 2020-05-06 |
Rating | 4.18/5 Total 1437 Ratings |
Developer | https://colorhunt.co |
[email protected] | |
Payment Type | free |
Extension Website | https://colorhunt.co |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Tab", "description": "A Beautiful Color Palette With Every New Tab!", "version": "2", "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "chrome_url_overrides": { "newtab": "popup.html" }, "background": { "scripts": [ "bg.js" ] }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |