Trello Bug Feature Colors

Sets colors on Trello cards

Wat is Trello Bug Feature Colors?

Trello Bug Feature Colors is een Chrome-extensie ontwikkeld door Derek Antrican, en de belangrijkste functie is "Sets colors on Trello cards".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Trello Bug Feature Colors

Download Trello Bug Feature Colors-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

                        Colors Trello cards that have the label "Bug" or "Feature" a color based on the color of that label.                    

Basisinformatie over de Extensie

Naam Trello Bug Feature Colors Trello Bug Feature Colors
ID bhdnphlokfjjjcamgofjdbdicmgnhkmp
Officiële URL https://chromewebstore.google.com/detail/trello-bug-feature-colors/bhdnphlokfjjjcamgofjdbdicmgnhkmp
Beschrijving Sets colors on Trello cards
Bestandsgrootte 9.12 KB
Aantal Installaties 18
Huidige Versie 3.0
Laatst Bijgewerkt 2022-11-04
Publicatiedatum 2019-09-04
Ontwikkelaar Derek Antrican
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/derekantrican/TrelloBugFeatureColors
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "description": "Sets colors on Trello cards",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 3,
    "name": "Trello Bug Feature Colors",
    "version": "3.0"
}