Colors - New Tab
A multicolored 'paint splashes' New Tab.
What is Colors - New Tab?
Colors - New Tab is a Chrome extension developed by Promideus, and its main feature is "A multicolored 'paint splashes' New Tab.".
Extension Screenshots
Download Colors - New Tab Extension CRX File
Download Colors - 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 colorful 'paint splashes' New Tab for the Google Chrome browser. Open Source: This extension is open source, and available at https://github.com/chrisprins/colors Feel free to contribute to future updates, or download it to customize your own personal version.
Extension Basic Information
Name | |
ID | ncbfpbajpbdbpmaiginhplgigibkcadi |
Official URL | https://chrome.google.com/webstore/detail/colors-new-tab/ncbfpbajpbdbpmaiginhplgigibkcadi |
Description | A multicolored 'paint splashes' New Tab. |
File Size | 4.75 MB |
Installation Count | 870 |
Current Version | 0.2.1 |
Last Updated | 2018-12-25 |
Publish Date | 2018-12-25 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Promideus |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/chrisprins/colors |
Help Page URL | https://www.facebook.com/promideus |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colors - New Tab", "short_name": "Colors", "description": "A multicolored 'paint splashes' New Tab.", "version": "0.2.1", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "background", "chrome:\/\/favicon\/", "topSites", "tabs", "geolocation", "unlimitedStorage", "activeTab", "storage", "bookmarks", "management" ], "content_security_policy": "script-src 'self'; object-src 'self'", "offline_enabled": true } |