Card Color Titles for Trello
Show the Card label titles on trello.com for easier communication in a team
Co to jest Card Color Titles for Trello?
Card Color Titles for Trello to rozszerzenie Chrome opracowane przez chuckjhardy, a jego główną funkcją jest „Show the Card label titles on trello.com for easier communication in a team”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Card Color Titles for Trello
Pobierz pliki rozszerzeń Card Color Titles for Trello 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
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hpmobkglehhleflhaefmfajhbdnjmgim |
| Oficjalny URL | https://chromewebstore.google.com/detail/card-color-titles-for-tre/hpmobkglehhleflhaefmfajhbdnjmgim |
| Opis | Show the Card label titles on trello.com for easier communication in a team |
| Rozmiar pliku | 3.26 KB |
| Liczba instalacji | 66,432 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2016-06-14 |
| Data Publikacji | 2016-06-14 |
| Ocena | 4.51/5 Łącznie 151 Oceny |
| Deweloper | chuckjhardy |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ChuckJHardy/ColorTitlesTrello |
| Adres URL Strony Pomocy | https://github.com/ChuckJHardy/ColorTitlesTrello/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Card Color Titles for Trello",
"version": "1.0.1",
"description": "Show the Card label titles on trello.com for easier communication in a team",
"content_scripts": [
{
"matches": [
"https:\/\/trello.com\/*"
],
"css": [
"override.css"
],
"all_frames": true
}
]
} | |