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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |