CloudFlare Skinny

Reduces the height of websites listed when logged into CloudFlare.

Что такое CloudFlare Skinny?

CloudFlare Skinny - это расширение Chrome, разработанное leighmcc, и его основная функция - "Reduces the height of websites listed when logged into CloudFlare.".

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

screenshot

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

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

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

                        Normally the height of the rows on the CloudFlare Websites page is quite high, making it difficult to see all the domains in an account when there are many. This extension reduces the height of rows on the Websites page, so that the list is easier to manage.

Not an official plugin and not endorsed or published by CloudFlare.                    

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

Название CloudFlare Skinny CloudFlare Skinny
ID icaedneoppcbggbadhkoaienhcckdabb
Официальный URL https://chromewebstore.google.com/detail/cloudflare-skinny/icaedneoppcbggbadhkoaienhcckdabb
Описание Reduces the height of websites listed when logged into CloudFlare.
Размер файла 3.2 KB
Количество установок 106
Текущая Версия 1.2
Последнее Обновление 2014-08-11
Дата публикации 2014-08-10
Рейтинг 5.00/5 Всего 1 оценок
Разработчик leighmcc
Тип оплаты free
Официальный сайт расширения https://github.com/leighmcculloch/cloudflare-skinny-chrome-extension
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CloudFlare Skinny",
    "author": "Leigh McCulloch",
    "description": "Reduces the height of websites listed when logged into CloudFlare.",
    "version": "1.2",
    "homepage_url": "https:\/\/github.com\/leighmcculloch\/cloudflare-skinny-chrome-extension",
    "permissions": [
        "https:\/\/www.cloudflare.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.cloudflare.com\/my-websites*"
            ],
            "css": [
                "override.css"
            ]
        }
    ]
}