CloudFlare Skinny

Reduces the height of websites listed when logged into CloudFlare.

什么是CloudFlare Skinny?

CloudFlare Skinny是由leighmcc开发的Chrome扩展程序,该扩展的主要功能是“Reduces the height of websites listed when logged into CloudFlare.”。

扩展截图

screenshot

下载CloudFlare Skinny扩展crx文件

下载CloudFlare Skinny扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CloudFlare Skinny CloudFlare Skinny
ID icaedneoppcbggbadhkoaienhcckdabb
官方URL https://chromewebstore.google.com/detail/cloudflare-skinny/icaedneoppcbggbadhkoaienhcckdabb
简介 Reduces the height of websites listed when logged into CloudFlare.
文件大小 3.2 KB
安装次数 106
当前版本 1.2
更新时间 2014-08-11
上架时间 2014-08-10
评分 5.00/5 共1次评分
开发者 leighmcc
付费类型 free
扩展官网 https://github.com/leighmcculloch/cloudflare-skinny-chrome-extension
支持的语言 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"
            ]
        }
    ]
}