Rainbow Tabs

Helpfully sorts your tabs by favicon color.

What is Rainbow Tabs?

Rainbow Tabs is a Chrome extension developed by Nagisa Day, and its main feature is "Helpfully sorts your tabs by favicon color.".

Extension Screenshots

screenshot

Download Rainbow Tabs Extension CRX File

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

                        You have too many tabs open. Make a rainbow!                    

Extension Basic Information

Name Rainbow Tabs Rainbow Tabs
ID khedhoedfamallgnpngiginbiffemgho
Official URL https://chromewebstore.google.com/detail/rainbow-tabs/khedhoedfamallgnpngiginbiffemgho
Description Helpfully sorts your tabs by favicon color.
File Size 43.1 KB
Installation Count 810
Current Version 1.2
Last Updated 2017-02-08
Publish Date 2017-02-07
Rating 2.86/5 Total 7 Ratings
Developer Nagisa Day
Email [email protected]
Payment Type free
Extension Website https://github.com/nuggit/rainbow-tabs
Help Page URL https://github.com/nuggit/rainbow-tabs/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rainbow Tabs",
    "description": "Helpfully sorts your tabs by favicon color.",
    "version": "1.2",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "name": "Click to sort tabs by color"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "color-thief\/src\/color-thief.js",
            "background.js"
        ],
        "persistent": false
    }
}