CloudFlare Skinny

Reduces the height of websites listed when logged into CloudFlare.

Wat is CloudFlare Skinny?

CloudFlare Skinny is een Chrome-extensie ontwikkeld door leighmcc, en de belangrijkste functie is "Reduces the height of websites listed when logged into CloudFlare.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CloudFlare Skinny

Download CloudFlare Skinny-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CloudFlare Skinny CloudFlare Skinny
ID icaedneoppcbggbadhkoaienhcckdabb
Officiële URL https://chromewebstore.google.com/detail/cloudflare-skinny/icaedneoppcbggbadhkoaienhcckdabb
Beschrijving Reduces the height of websites listed when logged into CloudFlare.
Bestandsgrootte 3.2 KB
Aantal Installaties 106
Huidige Versie 1.2
Laatst Bijgewerkt 2014-08-11
Publicatiedatum 2014-08-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar leighmcc
Betalingswijze free
Extensiewebsite https://github.com/leighmcculloch/cloudflare-skinny-chrome-extension
Ondersteunde Talen 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"
            ]
        }
    ]
}