Chuck Enhancements for Trello
Show full card labels, cards count and card numbers on trello.com for easier communication in a team.
Что такое Chuck Enhancements for Trello?
Chuck Enhancements for Trello - это расширение Chrome, разработанное https://chuckjhardy.com, и его основная функция - "Show full card labels, cards count and card numbers on trello.com for easier communication in a team.".
Снимки экрана расширения
Скачать файл CRX расширения Chuck Enhancements for Trello
Скачайте файлы расширений Chuck Enhancements for Trello в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Show full card labels, cards count and card numbers on trello.com for easier communication in a team. Основная информация о расширении
| Название | |
| ID | jnfooppcjiafgeenkfeneflchjnpcepm |
| Официальный URL | https://chromewebstore.google.com/detail/chuck-enhancements-for-tr/jnfooppcjiafgeenkfeneflchjnpcepm |
| Описание | Show full card labels, cards count and card numbers on trello.com for easier communication in a team. |
| Размер файла | 9.24 KB |
| Количество установок | 342 |
| Текущая Версия | 0.0.1 |
| Последнее Обновление | 2015-02-18 |
| Дата публикации | 2015-02-18 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | https://chuckjhardy.com |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/ChuckJHardy/ChuckEnhancementsForTrello |
| URL страницы помощи | https://github.com/ChuckJHardy/ChuckEnhancementsForTrello/issues |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chuck Enhancements for Trello",
"version": "0.0.1",
"author": "Chuck J Hardy",
"description": "Show full card labels, cards count and card numbers on trello.com for easier communication in a team.",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/trello.com\/*"
],
"css": [
"labels.css",
"count.css",
"numbers.css"
],
"all_frames": true
}
]
} | |