CloudFlare Skinny
Reduces the height of websites listed when logged into CloudFlare.
CloudFlare Skinny là gì?
CloudFlare Skinny là một tiện ích mở rộng Chrome được phát triển bởi leighmcc, và tính năng chính của nó là "Reduces the height of websites listed when logged into CloudFlare.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CloudFlare Skinny
Tải xuống các tệp mở rộng CloudFlare Skinny dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CloudFlare Skinny |
ID | icaedneoppcbggbadhkoaienhcckdabb |
URL Chính Thức | https://chromewebstore.google.com/detail/cloudflare-skinny/icaedneoppcbggbadhkoaienhcckdabb |
Mô tả | Reduces the height of websites listed when logged into CloudFlare. |
Kích Thước Tệp | 3.2 KB |
Số Lần Cài Đặt | 106 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2014-08-11 |
Ngày Phát Hành | 2014-08-10 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | leighmcc |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/leighmcculloch/cloudflare-skinny-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |