JIRA Issue Highlighting
Highlights background color of issues
Что такое JIRA Issue Highlighting?
JIRA Issue Highlighting - это расширение Chrome, разработанное jeroen.meulendijks, и его основная функция - "Highlights background color of issues".
Снимки экрана расширения
Скачать файл CRX расширения JIRA Issue Highlighting
Скачайте файлы расширений JIRA Issue Highlighting в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | JIRA Issue Highlighting |
ID | eknpbjiclfddmpocgdjkncammmleehll |
Официальный URL | https://chromewebstore.google.com/detail/jira-issue-highlighting/eknpbjiclfddmpocgdjkncammmleehll |
Описание | Highlights background color of issues |
Размер файла | 36.65 KB |
Количество установок | 156 |
Текущая Версия | 1.3 |
Последнее Обновление | 2017-07-07 |
Дата публикации | 2017-07-07 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | jeroen.meulendijks |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |