Trello Bug Feature Colors

Sets colors on Trello cards

Co to jest Trello Bug Feature Colors?

Trello Bug Feature Colors to rozszerzenie Chrome opracowane przez Derek Antrican, a jego główną funkcją jest „Sets colors on Trello cards”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Trello Bug Feature Colors

Pobierz pliki rozszerzeń Trello Bug Feature Colors w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Trello Bug Feature Colors Trello Bug Feature Colors
ID bhdnphlokfjjjcamgofjdbdicmgnhkmp
Oficjalny URL https://chromewebstore.google.com/detail/trello-bug-feature-colors/bhdnphlokfjjjcamgofjdbdicmgnhkmp
Opis Sets colors on Trello cards
Rozmiar pliku 9.12 KB
Liczba instalacji 18
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2022-11-04
Data Publikacji 2019-09-04
Deweloper Derek Antrican
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/derekantrican/TrelloBugFeatureColors
Obsługiwane Języki 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"
}