Trello Bug Feature Colors

Sets colors on Trello cards

Hvad er Trello Bug Feature Colors?

Trello Bug Feature Colors er en Chrome-udvidelse udviklet af Derek Antrican, og dens hovedfunktion er "Sets colors on Trello cards".

Udvidelsesskærmbilleder

screenshot

Download Trello Bug Feature Colors-udvidelses-CRX-fil

Download Trello Bug Feature Colors-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Trello Bug Feature Colors Trello Bug Feature Colors
ID bhdnphlokfjjjcamgofjdbdicmgnhkmp
Officiel URL https://chromewebstore.google.com/detail/trello-bug-feature-colors/bhdnphlokfjjjcamgofjdbdicmgnhkmp
Beskrivelse Sets colors on Trello cards
Filstørrelse 9.12 KB
Antal Installationer 18
Nuværende Version 3.0
Senest Opdateret 2022-11-04
Udgivelsesdato 2019-09-04
Udvikler Derek Antrican
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/derekantrican/TrelloBugFeatureColors
Understøttede Sprog 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"
}