Colored Exclamation Mark for Trello
This extension colors exclamation mark cards to easily distinguish them
Qu'est-ce que Colored Exclamation Mark for Trello ?
Colored Exclamation Mark for Trello est une extension Chrome développée par mhanoi, et sa fonction principale est "This extension colors exclamation mark cards to easily distinguish them".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Colored Exclamation Mark for Trello
Téléchargez les fichiers d'extension Colored Exclamation Mark 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
This extension colors Exclamation Mark cards to easily distinguish them A Exclamation Mark is useful to categorize cards e.g, in scrum you may add !to specify to which story belongs. This plugin extracts Exclamation Mark in a card title and change cards' background color according to it. This feature enhances visibility and you might be able to distinguish cards at glance. Note: modify for change a hashtags to exclamation mark Credit by "Colored Hashtag for Trello"
Informations de Base sur l'Extension
Nom | Colored Exclamation Mark for Trello |
ID | ahpkhbieljfkaemoljnpenjfledfgefi |
URL Officiel | https://chromewebstore.google.com/detail/colored-exclamation-mark/ahpkhbieljfkaemoljnpenjfledfgefi |
Description | This extension colors exclamation mark cards to easily distinguish them |
Taille du Fichier | 40.1 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2016-08-29 |
Date de Publication | 2016-08-28 |
Développeur | mhanoi |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "bower_components\/jquery\/jquery.min.js", "scripts\/colored_exclamation_mark.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "webNavigation" ] } |