CloudFlare Skinny
Reduces the height of websites listed when logged into CloudFlare.
Qu'est-ce que CloudFlare Skinny ?
CloudFlare Skinny est une extension Chrome développée par leighmcc, et sa fonction principale est "Reduces the height of websites listed when logged into CloudFlare.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CloudFlare Skinny
Téléchargez les fichiers d'extension CloudFlare Skinny au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CloudFlare Skinny |
ID | icaedneoppcbggbadhkoaienhcckdabb |
URL Officiel | https://chromewebstore.google.com/detail/cloudflare-skinny/icaedneoppcbggbadhkoaienhcckdabb |
Description | Reduces the height of websites listed when logged into CloudFlare. |
Taille du Fichier | 3.2 KB |
Nombre d'Installations | 106 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2014-08-11 |
Date de Publication | 2014-08-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | leighmcc |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/leighmcculloch/cloudflare-skinny-chrome-extension |
Langues Prises en Charge | 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" ] } ] } |