Trello Extended
This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled -…
Qu'est-ce que Trello Extended ?
Trello Extended est une extension Chrome développée par Unknown, et sa fonction principale est "This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled -…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trello Extended
Téléchargez les fichiers d'extension Trello Extended 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
This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled - label titles will now be displayed - card counts at the tops of the list will now be displayed New features - using (digits) notation will add a badge to each card. This can be used as estimated points in an agile/scrum scenario. Totals will be displayed on top of the list. - using [digits] notation will add a badge to each card. This can be used as additional points in an agile/scrum scenario. Totals will be displayed on top of the list. - using ($digits) notation will add a badge to each card. This can be used for adding dollar values, positive or negative, to each card. Totals will be displayed on top of the list. - using {name} notation will add the defined card color label badge in the top right, as well as add a border to the card. The labels and colors are defined in a separate list called "Card Colors". Each card in that list has 3 dash delimited parameters. The first is the label name, the second is a css color for the border/background, and the third is optional which is the text color for the label.
Informations de Base sur l'Extension
Nom | Trello Extended |
ID | donfidipaakamnppilgalacjckodaeog |
URL Officiel | https://chromewebstore.google.com/detail/trello-extended/donfidipaakamnppilgalacjckodaeog |
Description | This extension expands the features of Trello, by enabling a few hidden features as well as adding new ones. Features Enabled -… |
Taille du Fichier | 36.7 KB |
Nombre d'Installations | 268 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2016-04-22 |
Date de Publication | 2016-04-22 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Extended", "description": "", "version": "1.3", "author": "Mitko Tochev", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "js\/jquery-2.2.3.min.js", "js\/card_colors.js" ], "css": [ "css\/card_colors.css" ] } ] } |