CloudFlare Skinny
Reduces the height of websites listed when logged into CloudFlare.
Co to jest CloudFlare Skinny?
CloudFlare Skinny to rozszerzenie Chrome opracowane przez leighmcc, a jego główną funkcją jest „Reduces the height of websites listed when logged into CloudFlare.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CloudFlare Skinny
Pobierz pliki rozszerzeń CloudFlare Skinny w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | CloudFlare Skinny |
ID | icaedneoppcbggbadhkoaienhcckdabb |
Oficjalny URL | https://chromewebstore.google.com/detail/cloudflare-skinny/icaedneoppcbggbadhkoaienhcckdabb |
Opis | Reduces the height of websites listed when logged into CloudFlare. |
Rozmiar pliku | 3.2 KB |
Liczba instalacji | 106 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2014-08-11 |
Data Publikacji | 2014-08-10 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | leighmcc |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/leighmcculloch/cloudflare-skinny-chrome-extension |
Obsługiwane Języki | 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" ] } ] } |