Claire
Shows an orange cloud in the omnibar when you are browsing a site that uses Cloudflare
Claire là gì?
Claire là một tiện ích mở rộng Chrome được phát triển bởi Ram, và tính năng chính của nó là "Shows an orange cloud in the omnibar when you are browsing a site that uses Cloudflare".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Claire
Tải xuống các tệp mở rộng Claire dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Claire |
ID | fgbpcgddpmjmamlibbaobboigaijnmkl |
URL Chính Thức | https://chromewebstore.google.com/detail/claire/fgbpcgddpmjmamlibbaobboigaijnmkl |
Mô tả | Shows an orange cloud in the omnibar when you are browsing a site that uses Cloudflare |
Kích Thước Tệp | 574 KB |
Số Lần Cài Đặt | 11,004 |
Phiên Bản Hiện Tại | 0.11.0 |
Cập Nhật Lần Cuối | 2018-02-04 |
Ngày Phát Hành | 2018-02-04 |
Đánh Giá | 4.59/5 Tổng số 56 Đánh Giá |
Nhà Phát Triển | Ram |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.cloudflare.com |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |