Claire
Shows an orange cloud in the omnibar when you are browsing a site that uses Cloudflare
ما هو Claire؟
Claire هو إضافة Chrome تم تطويرها بواسطة Ram، والميزة الرئيسية لها هي "Shows an orange cloud in the omnibar when you are browsing a site that uses Cloudflare".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Claire
قم بتنزيل ملفات الامتداد Claire بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Claire adds an unobtrusive icon to your browser that turns orange when you are browsing a website that uses Cloudflare. You can also see if the website is using modern technologies like HTTP/2, IPv6 and Cloudflare's own Railgun.
معلومات أساسية عن التمديد
الاسم | Claire |
ID | fgbpcgddpmjmamlibbaobboigaijnmkl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/claire/fgbpcgddpmjmamlibbaobboigaijnmkl |
الوصف | Shows an orange cloud in the omnibar when you are browsing a site that uses Cloudflare |
حجم الملف | 574 KB |
عدد التثبيتات | 11,004 |
النسخة الحالية | 0.11.0 |
آخر تحديث | 2018-02-04 |
تاريخ النشر | 2018-02-04 |
تقييم | 4.59/5 مجموع تقييمات 56 |
المطور | Ram |
نوع الدفع | free |
موقع الإضافة | https://www.cloudflare.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Claire", "description": "Shows an orange cloud in the omnibar when you are browsing a site that uses Cloudflare", "version": "0.11.0", "manifest_version": 2, "icons": { "128": "images\/orange-cloud-128.png", "48": "images\/orange-cloud-48.png", "16": "images\/orange-cloud-16.png" }, "permissions": [ "tabs", "clipboardWrite", "webNavigation", "webRequest", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "browser_style": true, "default_title": "Cloudflare", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |