Pretty Print for Trello

Pretty print boards, cards and lists.

Что такое Pretty Print for Trello?

Pretty Print for Trello - это расширение Chrome, разработанное John Murdoch, и его основная функция - "Pretty print boards, cards and lists.".

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

screenshot

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

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

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

                        https://github.com/murdochjohn/TrelloPrettyPrint                    

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

Название Pretty Print for Trello Pretty Print for Trello
ID aeboemmjfebagojhggjildijmboggcpo
Официальный URL https://chrome.google.com/webstore/detail/pretty-print-for-trello/aeboemmjfebagojhggjildijmboggcpo
Описание Pretty print boards, cards and lists.
Размер файла 13.95 KB
Количество установок 403
Текущая Версия 0.5.0
Последнее Обновление 2014-05-15
Дата публикации 2014-05-15
Рейтинг 1.50/5 Всего 6 оценок
Разработчик John Murdoch
Тип оплаты free
URL страницы помощи https://github.com/murdochjohn/PrettyPrintTrello
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pretty Print for Trello",
    "description": "Pretty print boards, cards and lists.",
    "version": "0.5.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.trello.com https:\/\/*.cloudflare.com https:\/\/*.bootstrapcdn.com; object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/*.trello.com\/"
    ],
    "web_accessible_resources": [
        "callback.html"
    ],
    "browser_action": {
        "default_icon": "toolbar-icon.png",
        "default_popup": "index.html"
    }
}