Rainbow
Make your links change colors!!!
What is Rainbow?
Rainbow is a Chrome extension developed by NotGil, and its main feature is "Make your links change colors!!!".
Extension Screenshots
Download Rainbow Extension CRX File
Download Rainbow 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
Extension Basic Information
Name | |
ID | dakkojkkhbmilehagencljkjlhnakcdp |
Official URL | https://chrome.google.com/webstore/detail/rainbow/dakkojkkhbmilehagencljkjlhnakcdp |
Description | Make your links change colors!!! |
File Size | 64.73 KB |
Installation Count | 6,000 |
Current Version | 0.8.2 |
Last Updated | 2017-01-24 |
Publish Date | 2017-01-24 |
Rating | 4.46/5 Total 39 Ratings |
Developer | NotGil |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rainbow", "description": "Make your links change colors!!!", "version": "0.8.2", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "rainbow.js" ], "run_at": "document_start" } ], "permissions": [ "activeTab", "management", "storage" ] } |