CloudFlare Skinny
Reduces the height of websites listed when logged into CloudFlare.
Cos'è CloudFlare Skinny?
CloudFlare Skinny è un'estensione di Chrome sviluppata da leighmcc, e la sua funzione principale è "Reduces the height of websites listed when logged into CloudFlare.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CloudFlare Skinny
Scarica i file di estensione CloudFlare Skinny in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CloudFlare Skinny |
ID | icaedneoppcbggbadhkoaienhcckdabb |
URL Ufficiale | https://chromewebstore.google.com/detail/cloudflare-skinny/icaedneoppcbggbadhkoaienhcckdabb |
Descrizione | Reduces the height of websites listed when logged into CloudFlare. |
Dimensione del File | 3.2 KB |
Conteggio Installazioni | 106 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2014-08-11 |
Data di Pubblicazione | 2014-08-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | leighmcc |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/leighmcculloch/cloudflare-skinny-chrome-extension |
Lingue Supportate | 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" ] } ] } |