CloudFlare Skinny
Reduces the height of websites listed when logged into CloudFlare.
Apa itu CloudFlare Skinny?
CloudFlare Skinny adalah ekstensi Chrome yang dikembangkan oleh leighmcc, dan fitur utamanya adalah "Reduces the height of websites listed when logged into CloudFlare.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CloudFlare Skinny
Unduh file ekstensi CloudFlare Skinny dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | CloudFlare Skinny |
ID | icaedneoppcbggbadhkoaienhcckdabb |
URL Resmi | https://chromewebstore.google.com/detail/cloudflare-skinny/icaedneoppcbggbadhkoaienhcckdabb |
Deskripsi | Reduces the height of websites listed when logged into CloudFlare. |
Ukuran File | 3.2 KB |
Jumlah Instalasi | 106 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2014-08-11 |
Tanggal Publikasi | 2014-08-10 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | leighmcc |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/leighmcculloch/cloudflare-skinny-chrome-extension |
Bahasa yang Didukung | 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" ] } ] } |