CloudFlare Skinny
Reduces the height of websites listed when logged into CloudFlare.
Hvad er CloudFlare Skinny?
CloudFlare Skinny er en Chrome-udvidelse udviklet af leighmcc, og dens hovedfunktion er "Reduces the height of websites listed when logged into CloudFlare.".
Udvidelsesskærmbilleder
Download CloudFlare Skinny-udvidelses-CRX-fil
Download CloudFlare Skinny-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | CloudFlare Skinny |
ID | icaedneoppcbggbadhkoaienhcckdabb |
Officiel URL | https://chromewebstore.google.com/detail/cloudflare-skinny/icaedneoppcbggbadhkoaienhcckdabb |
Beskrivelse | Reduces the height of websites listed when logged into CloudFlare. |
Filstørrelse | 3.2 KB |
Antal Installationer | 106 |
Nuværende Version | 1.2 |
Senest Opdateret | 2014-08-11 |
Udgivelsesdato | 2014-08-10 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | leighmcc |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/leighmcculloch/cloudflare-skinny-chrome-extension |
Understøttede Sprog | 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" ] } ] } |