JIRA Issue Highlighting
Highlights background color of issues
Qu'est-ce que JIRA Issue Highlighting ?
JIRA Issue Highlighting est une extension Chrome développée par jeroen.meulendijks, et sa fonction principale est "Highlights background color of issues".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JIRA Issue Highlighting
Téléchargez les fichiers d'extension JIRA Issue Highlighting 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
To use this extension follow the following steps: - Set "Board Settings" -> "Card Colors" Normally setting the card colors will only add a bar on the left side of the issue. But with this plugin it will color the whole card. The bar on the left of the issue will get the color set by "Card Color" and the rest of the card will get a 90% lighter color. So if the bar is set to dark green, the rest of the card will be light green.
Informations de Base sur l'Extension
Nom | JIRA Issue Highlighting |
ID | eknpbjiclfddmpocgdjkncammmleehll |
URL Officiel | https://chromewebstore.google.com/detail/jira-issue-highlighting/eknpbjiclfddmpocgdjkncammmleehll |
Description | Highlights background color of issues |
Taille du Fichier | 36.65 KB |
Nombre d'Installations | 156 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2017-07-07 |
Date de Publication | 2017-07-07 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | jeroen.meulendijks |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Jeroen Meulendijks", "content_scripts": [ { "js": [ "script.js", "jquery-3.2.1.min.js" ], "matches": [ "https:\/\/*\/secure\/*" ], "run_at": "document_end" } ], "description": "Highlights background color of issues", "icons": { "128": "icon_128.png" }, "manifest_version": 2, "name": "JIRA Issue Highlighting", "version": "1.3", "web_accessible_resources": [ "script.js" ] } |