Card Color Titles for Trello
Show the Card label titles on trello.com for easier communication in a team
Что такое Card Color Titles for Trello?
Card Color Titles for Trello - это расширение Chrome, разработанное chuckjhardy, и его основная функция - "Show the Card label titles on trello.com for easier communication in a team".
Снимки экрана расширения
Скачать файл CRX расширения Card Color Titles for Trello
Скачайте файлы расширений Card Color Titles for Trello в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| ID | hpmobkglehhleflhaefmfajhbdnjmgim |
| Официальный URL | https://chromewebstore.google.com/detail/card-color-titles-for-tre/hpmobkglehhleflhaefmfajhbdnjmgim |
| Описание | Show the Card label titles on trello.com for easier communication in a team |
| Размер файла | 3.26 KB |
| Количество установок | 66,432 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2016-06-14 |
| Дата публикации | 2016-06-14 |
| Рейтинг | 4.51/5 Всего 151 оценок |
| Разработчик | chuckjhardy |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/ChuckJHardy/ColorTitlesTrello |
| URL страницы помощи | https://github.com/ChuckJHardy/ColorTitlesTrello/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Card Color Titles for Trello",
"version": "1.0.1",
"description": "Show the Card label titles on trello.com for easier communication in a team",
"content_scripts": [
{
"matches": [
"https:\/\/trello.com\/*"
],
"css": [
"override.css"
],
"all_frames": true
}
]
} | |