CloudFlare Skinny

Reduces the height of websites listed when logged into CloudFlare.

Co je CloudFlare Skinny?

CloudFlare Skinny je rozšíření Chrome vyvinuté leighmcc, a jeho hlavní funkcí je „Reduces the height of websites listed when logged into CloudFlare.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CloudFlare Skinny

Stáhněte si soubory rozšíření CloudFlare Skinny ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název CloudFlare Skinny CloudFlare Skinny
ID icaedneoppcbggbadhkoaienhcckdabb
Oficiální URL https://chromewebstore.google.com/detail/cloudflare-skinny/icaedneoppcbggbadhkoaienhcckdabb
Popis Reduces the height of websites listed when logged into CloudFlare.
Velikost souboru 3.2 KB
Počet instalací 106
Aktuální Verze 1.2
Poslední Aktualizace 2014-08-11
Datum Vydání 2014-08-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář leighmcc
Typ Platby free
Webové stránky Rozšíření https://github.com/leighmcculloch/cloudflare-skinny-chrome-extension
Podporované Jazyky 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"
            ]
        }
    ]
}