CloudFlare Skinny
Reduces the height of websites listed when logged into CloudFlare.
Was ist CloudFlare Skinny?
CloudFlare Skinny ist eine Chrome-Erweiterung, die von leighmcc entwickelt wurde, und ihr Hauptmerkmal ist "Reduces the height of websites listed when logged into CloudFlare.".
Erweiterungsscreenshots
CloudFlare Skinny-Erweiterungs-CRX-Datei herunterladen
Laden Sie CloudFlare Skinny-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CloudFlare Skinny |
ID | icaedneoppcbggbadhkoaienhcckdabb |
Offizielle URL | https://chromewebstore.google.com/detail/cloudflare-skinny/icaedneoppcbggbadhkoaienhcckdabb |
Beschreibung | Reduces the height of websites listed when logged into CloudFlare. |
Dateigröße | 3.2 KB |
Installationsanzahl | 106 |
Aktuelle Version | 1.2 |
Letztes Update | 2014-08-11 |
Veröffentlichungsdatum | 2014-08-10 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | leighmcc |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/leighmcculloch/cloudflare-skinny-chrome-extension |
Unterstützte Sprachen | 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" ] } ] } |