CloudFlare Skinny
Reduces the height of websites listed when logged into CloudFlare.
CloudFlare Skinnyคืออะไร?
CloudFlare Skinny เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leighmcc และคุณลักษณะหลักของมันคือ "Reduces the height of websites listed when logged into CloudFlare."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CloudFlare Skinny
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |