Rainbow Brackets

Colors brackets on webpage

What is Rainbow Brackets?

Rainbow Brackets is a Chrome extension developed by orieleldar, and its main feature is "Colors brackets on webpage".

Extension Screenshots

screenshot
screenshot
screenshot

Download Rainbow Brackets Extension CRX File

Download Rainbow Brackets 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

                        Version 1.6
This extension enables the user to color balanced brackets on any web page.

-Compatible with all web pages
-Offers different color options for optimal user experience
-Offers "shuffle colors" option, to refresh the color arrangement.                    

Extension Basic Information

Name Rainbow Brackets Rainbow Brackets
ID kckcoibbgnfhaadiplfnllfndlfnjcaf
Official URL https://chromewebstore.google.com/detail/rainbow-brackets/kckcoibbgnfhaadiplfnllfndlfnjcaf
Description Colors brackets on webpage
File Size 530 KB
Installation Count 301
Current Version 1.6
Last Updated 2019-11-12
Publish Date 2019-11-12
Rating 5.00/5 Total 7 Ratings
Developer orieleldar
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rainbow Brackets",
    "description": "Colors brackets on webpage",
    "version": "1.6",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentLoad.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Rainbow Brackets"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}