CloudFlare Skinny

Reduces the height of websites listed when logged into CloudFlare.

Vad är CloudFlare Skinny?

CloudFlare Skinny är en Chrome-tillägg utvecklad av leighmcc, och dess huvudfunktion är "Reduces the height of websites listed when logged into CloudFlare.".

Tilläggsskärmbilder

screenshot

Ladda ner CloudFlare Skinny-förlängningens CRX-fil

Ladda ner CloudFlare Skinny-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn CloudFlare Skinny CloudFlare Skinny
ID icaedneoppcbggbadhkoaienhcckdabb
Officiell webbadress https://chromewebstore.google.com/detail/cloudflare-skinny/icaedneoppcbggbadhkoaienhcckdabb
Beskrivning Reduces the height of websites listed when logged into CloudFlare.
Filstorlek 3.2 KB
Antal Installationer 106
Aktuell Version 1.2
Senast Uppdaterad 2014-08-11
Publiceringsdatum 2014-08-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare leighmcc
Betalningssätt free
Tilläggswebbplats https://github.com/leighmcculloch/cloudflare-skinny-chrome-extension
Stödda Språk 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"
            ]
        }
    ]
}