JIRA Issue Highlighting
Highlights background color of issues
O que é JIRA Issue Highlighting?
JIRA Issue Highlighting é uma extensão do Chrome desenvolvida por jeroen.meulendijks, e sua principal característica é "Highlights background color of issues".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JIRA Issue Highlighting
Baixe arquivos de extensão JIRA Issue Highlighting no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | JIRA Issue Highlighting |
ID | eknpbjiclfddmpocgdjkncammmleehll |
URL Oficial | https://chromewebstore.google.com/detail/jira-issue-highlighting/eknpbjiclfddmpocgdjkncammmleehll |
Descrição | Highlights background color of issues |
Tamanho do Arquivo | 36.65 KB |
Contagem de Instalações | 156 |
Versão Atual | 1.3 |
Última Atualização | 2017-07-07 |
Data de Publicação | 2017-07-07 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | jeroen.meulendijks |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |