Card Color Titles for Trello
Show the Card label titles on trello.com for easier communication in a team
Qu'est-ce que Card Color Titles for Trello ?
Card Color Titles for Trello est une extension Chrome développée par chuckjhardy, et sa fonction principale est "Show the Card label titles on trello.com for easier communication in a team".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Card Color Titles for Trello
Téléchargez les fichiers d'extension Card Color Titles for Trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Card Color Titles for Trello |
ID | hpmobkglehhleflhaefmfajhbdnjmgim |
URL Officiel | https://chromewebstore.google.com/detail/card-color-titles-for-tre/hpmobkglehhleflhaefmfajhbdnjmgim |
Description | Show the Card label titles on trello.com for easier communication in a team |
Taille du Fichier | 3.26 KB |
Nombre d'Installations | 66,432 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-06-14 |
Date de Publication | 2016-06-14 |
Évaluation | 4.51/5 Total 151 Évaluations |
Développeur | chuckjhardy |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ChuckJHardy/ColorTitlesTrello |
URL de la Page d'Aide | https://github.com/ChuckJHardy/ColorTitlesTrello/issues |
Langues Prises en Charge | 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 } ] } |