Card Color Titles for Trello
Show the Card label titles on trello.com for easier communication in a team
Wat is Card Color Titles for Trello?
Card Color Titles for Trello is een Chrome-extensie ontwikkeld door chuckjhardy, en de belangrijkste functie is "Show the Card label titles on trello.com for easier communication in a team".
Extensie Screenshots
Download het CRX-bestand van de extensie Card Color Titles for Trello
Download Card Color Titles for Trello-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
Basisinformatie over de Extensie
| Naam | |
| ID | hpmobkglehhleflhaefmfajhbdnjmgim |
| Officiële URL | https://chromewebstore.google.com/detail/card-color-titles-for-tre/hpmobkglehhleflhaefmfajhbdnjmgim |
| Beschrijving | Show the Card label titles on trello.com for easier communication in a team |
| Bestandsgrootte | 3.26 KB |
| Aantal Installaties | 66,432 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2016-06-14 |
| Publicatiedatum | 2016-06-14 |
| Beoordeling | 4.51/5 Totaal 151 Beoordelingen |
| Ontwikkelaar | chuckjhardy |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ChuckJHardy/ColorTitlesTrello |
| Help Pagina-URL | https://github.com/ChuckJHardy/ColorTitlesTrello/issues |
| Ondersteunde Talen | 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
}
]
} | |