Get Wide for Trello

Show trello cards wide.

Что такое Get Wide for Trello?

Get Wide for Trello - это расширение Chrome, разработанное Unknown, и его основная функция - "Show trello cards wide.".

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

screenshot

Скачать файл CRX расширения Get Wide for Trello

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

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

                        You can see details in a wide-card window.

# update

## v.1.2.0.3
- feat: fixed for new Trello style

## v.1.1.0
- feat: 1280px or full width of window

## v.1.0.1
- fix: unintended effect on notification window                    

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

Название Get Wide for Trello Get Wide for Trello
ID janhkoajdfpnebanjimdbgmenpfjiofh
Официальный URL https://chromewebstore.google.com/detail/get-wide-for-trello/janhkoajdfpnebanjimdbgmenpfjiofh
Описание Show trello cards wide.
Размер файла 6.78 KB
Количество установок 180
Текущая Версия 1.2.0.3
Последнее Обновление 2021-10-29
Дата публикации 2019-08-31
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Unknown
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Wide for Trello",
    "version": "1.2.0.3",
    "description": "Show trello cards wide.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "override.css"
            ]
        }
    ],
    "icons": {
        "128": "icon-128x128.png"
    },
    "manifest_version": 2
}