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"
            ]
        }
    ]
}