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
官方網址 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"
            ]
        }
    ]
}