Rainbow Tabs

Helpfully sorts your tabs by favicon color.

Wat is Rainbow Tabs?

Rainbow Tabs is een Chrome-extensie ontwikkeld door Nagisa Day, en de belangrijkste functie is "Helpfully sorts your tabs by favicon color.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Rainbow Tabs

Download Rainbow Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        You have too many tabs open. Make a rainbow!                    

Basisinformatie over de Extensie

Naam Rainbow Tabs Rainbow Tabs
ID khedhoedfamallgnpngiginbiffemgho
Officiële URL https://chromewebstore.google.com/detail/rainbow-tabs/khedhoedfamallgnpngiginbiffemgho
Beschrijving Helpfully sorts your tabs by favicon color.
Bestandsgrootte 43.1 KB
Aantal Installaties 810
Huidige Versie 1.2
Laatst Bijgewerkt 2017-02-08
Publicatiedatum 2017-02-07
Beoordeling 2.86/5 Totaal 7 Beoordelingen
Ontwikkelaar Nagisa Day
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/nuggit/rainbow-tabs
Help Pagina-URL https://github.com/nuggit/rainbow-tabs/issues
Ondersteunde Talen 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
    }
}