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.」です。
拡張機能のスクリーンショット
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 |
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" ] } ] } |