Claire
Shows an orange cloud in the omnibar when you are browsing a site that uses Cloudflare
Vad är Claire?
Claire är en Chrome-tillägg utvecklad av Ram, och dess huvudfunktion är "Shows an orange cloud in the omnibar when you are browsing a site that uses Cloudflare".
Tilläggsskärmbilder
Ladda ner Claire-förlängningens CRX-fil
Ladda ner Claire-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | fgbpcgddpmjmamlibbaobboigaijnmkl |
| Officiell webbadress | https://chromewebstore.google.com/detail/claire/fgbpcgddpmjmamlibbaobboigaijnmkl |
| Beskrivning | Shows an orange cloud in the omnibar when you are browsing a site that uses Cloudflare |
| Filstorlek | 574 KB |
| Antal Installationer | 11,004 |
| Aktuell Version | 0.11.0 |
| Senast Uppdaterad | 2018-02-04 |
| Publiceringsdatum | 2018-02-04 |
| Betyg | 4.59/5 Totalt 56 Betyg |
| Utvecklare | Ram |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.cloudflare.com |
| Stödda Språk | 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": [
" | |