Trello Card Colors

Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.

Что такое Trello Card Colors?

Trello Card Colors - это расширение Chrome, разработанное Koji Sekiguchi, и его основная функция - "Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Trello Card Colors

Скачайте файлы расширений Trello Card Colors в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Fills each cards background colour on Trello boards with label colour of  the card.
More convinient and easier than official cover function.
 - less clicks than cover.
 - support multiple colors. 

0.1.1 - Fix some problems for coloring card on initial view.
0.1.0 - Change the title!
0.0.6 - Add Japanese description.
0.0.5 - Support multi labels card. 
0.0.4 - First release.                    

Основная информация о расширении

Название Trello Card Colors Trello Card Colors
ID gnofggopjcccippphnjmajelmklljmhl
Официальный URL https://chromewebstore.google.com/detail/trello-card-colors/gnofggopjcccippphnjmajelmklljmhl
Описание Fill cards with each label-color. Easier and more convinient than official cover. A substitute extension for Card Colors for Trello.
Размер файла 8.37 KB
Количество установок 2,167
Текущая Версия 0.1.1
Последнее Обновление 2022-06-28
Дата публикации 2020-06-07
Рейтинг 3.62/5 Всего 13 оценок
Разработчик Koji Sekiguchi
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://twitter.com/sarumonera
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}