Trello Focus

Bug fixes & better display of comments

Что такое Trello Focus?

Trello Focus - это расширение Chrome, разработанное luongtattrung, и его основная функция - "Bug fixes & better display of comments".

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

screenshot

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

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

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

                        Saving a lot of space by reducing the size of cover photo which is not always relevant. Also, show the lasted comment on card list, this is always the most relevant action need to be taken. After install, it works like Trello native features, you won't notice it's there.

Free • No ads • New features is comming                    

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

Название Trello Focus Trello Focus
ID gcpkllepbfkhkljdbeindfecjpelgefo
Официальный URL https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo
Описание Bug fixes & better display of comments
Размер файла 57.73 KB
Количество установок 283
Текущая Версия 0.8
Последнее Обновление 2018-01-05
Дата публикации 2018-01-05
Рейтинг 4.00/5 Всего 11 оценок
Разработчик luongtattrung
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Focus",
    "description": "Bug fixes & better display of comments",
    "version": "0.8",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/libs\/jquery-2.1.4.min.js",
                "js\/libs\/jquery.highlight.js",
                "js\/app.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}