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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [ " |