CloudFlare Skinny
Reduces the height of websites listed when logged into CloudFlare.
What is CloudFlare Skinny?
CloudFlare Skinny is a Chrome extension developed by leighmcc, and its main feature is "Reduces the height of websites listed when logged into CloudFlare.".
Extension Screenshots
Download CloudFlare Skinny Extension CRX File
Download CloudFlare Skinny extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CloudFlare Skinny |
ID | icaedneoppcbggbadhkoaienhcckdabb |
Official URL | https://chromewebstore.google.com/detail/cloudflare-skinny/icaedneoppcbggbadhkoaienhcckdabb |
Description | Reduces the height of websites listed when logged into CloudFlare. |
File Size | 3.2 KB |
Installation Count | 106 |
Current Version | 1.2 |
Last Updated | 2014-08-11 |
Publish Date | 2014-08-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | leighmcc |
Payment Type | free |
Extension Website | https://github.com/leighmcculloch/cloudflare-skinny-chrome-extension |
Supported Languages | 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" ] } ] } |