Trello Card Numbers - by Flyclops

Puts Trello's card numbers front and center

Что такое Trello Card Numbers - by Flyclops?

Trello Card Numbers - by Flyclops - это расширение Chrome, разработанное https://tech.flyclops.com, и его основная функция - "Puts Trello's card numbers front and center".

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

screenshot
screenshot

Скачать файл CRX расширения Trello Card Numbers - by Flyclops

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

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

                        Puts Trello's ticket numbers - usually hidden - front and center.                    

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

Название Trello Card Numbers - by Flyclops Trello Card Numbers - by Flyclops
ID bjbmgbhoaabjfeloohkahgilicjkambi
Официальный URL https://chromewebstore.google.com/detail/trello-card-numbers-by-fl/bjbmgbhoaabjfeloohkahgilicjkambi
Описание Puts Trello's card numbers front and center
Размер файла 150 KB
Количество установок 303
Текущая Версия 0.1.7
Последнее Обновление 2015-04-30
Дата публикации 2015-04-30
Рейтинг 4.38/5 Всего 8 оценок
Разработчик https://tech.flyclops.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Card Numbers - by Flyclops",
    "version": "0.1.7",
    "manifest_version": 2,
    "description": "Puts Trello's card numbers front and center",
    "homepage_url": "http:\/\/flyclops.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/trello.com\/b\/*",
        "https:\/\/trello.com\/c\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*",
                "https:\/\/trello.com\/c\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/trello.com\/b\/*",
                "https:\/\/trello.com\/c\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}