Claire
Shows an orange cloud in the omnibar when you are browsing a site that uses Cloudflare
什麼是Claire?
Claire是由Ram開發的Chrome擴展程式,該擴展的主要功能是“Shows an orange cloud in the omnibar when you are browsing a site that uses Cloudflare”。
擴展截圖
下載Claire擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | fgbpcgddpmjmamlibbaobboigaijnmkl |
| 官方網址 | 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": [
" | |