Rainbow Tab
New Rainbow Colors With Every New Tab!
What is Rainbow Tab?
Rainbow Tab is a Chrome extension developed by Unknown, and its main feature is "New Rainbow Colors With Every New Tab!".
Extension Screenshots
Download Rainbow Tab Extension CRX File
Download Rainbow 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
Now your new tab page makes new rainbow color every time!
Extension Basic Information
Name | Rainbow Tab |
ID | npfnmnpgmelioikiledodkimffbejdjn |
Official URL | https://chromewebstore.google.com/detail/rainbow-tab/npfnmnpgmelioikiledodkimffbejdjn |
Description | New Rainbow Colors With Every New Tab! |
File Size | 7.57 KB |
Installation Count | 5,119 |
Current Version | 2 |
Last Updated | 2018-06-11 |
Publish Date | 2018-06-11 |
Rating | 4.25/5 Total 4 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rainbow Tab", "description": "New Rainbow Colors With Every New Tab!", "version": "2", "browser_action": { "default_icon": { "128": "icon.png" } }, "chrome_url_overrides": { "newtab": "pop.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" } } |