Chuck Enhancements for Trello
Show full card labels, cards count and card numbers on trello.com for easier communication in a team.
Co to jest Chuck Enhancements for Trello?
Chuck Enhancements for Trello to rozszerzenie Chrome opracowane przez https://chuckjhardy.com, a jego główną funkcją jest „Show full card labels, cards count and card numbers on trello.com for easier communication in a team.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chuck Enhancements for Trello
Pobierz pliki rozszerzeń Chuck Enhancements 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
Show full card labels, cards count and card numbers on trello.com for easier communication in a team. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jnfooppcjiafgeenkfeneflchjnpcepm |
| Oficjalny URL | https://chromewebstore.google.com/detail/chuck-enhancements-for-tr/jnfooppcjiafgeenkfeneflchjnpcepm |
| Opis | Show full card labels, cards count and card numbers on trello.com for easier communication in a team. |
| Rozmiar pliku | 9.24 KB |
| Liczba instalacji | 342 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2015-02-18 |
| Data Publikacji | 2015-02-18 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://chuckjhardy.com |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ChuckJHardy/ChuckEnhancementsForTrello |
| Adres URL Strony Pomocy | https://github.com/ChuckJHardy/ChuckEnhancementsForTrello/issues |
| Obsługiwane Języki | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chuck Enhancements for Trello",
"version": "0.0.1",
"author": "Chuck J Hardy",
"description": "Show full card labels, cards count and card numbers on trello.com for easier communication in a team.",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/trello.com\/*"
],
"css": [
"labels.css",
"count.css",
"numbers.css"
],
"all_frames": true
}
]
} | |