Dr.FLARE
Get insights of your Cloudflared website. Provides an easy way to see benefits with Cloudflare.
什麼是Dr.FLARE?
Dr.FLARE是由Ricky Yu開發的Chrome擴展程式,該擴展的主要功能是“Get insights of your Cloudflared website. Provides an easy way to see benefits with Cloudflare.”。
擴展截圖
下載Dr.FLARE擴展crx文件
下載Dr.FLARE擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get insights of your Cloudflared website. This tool provides an easy way to see all the benefits with Cloudflare. After installation, please open F12 (Developer Tools) and find "Dr.FLARE" tab to get started. This extension will paint images on websites indicating Cache HIT or MISS status with color filter, GREEN filter indicates the image was from cache, RED means cache MISS. The images were not delivered via Cloudflare server, it will be painted with faded-black. Hover on painted images, a popup will show more details at the right corner of your screen. You can disable this feature in the extension popup window. - Please REFRESH to reflect the change. Dr.FLARE Panel in developer tools provides more information on how much performance / optimization you are getting with Cloudflare. If you don't see any data, please refresh (F5) to receive requests. This plugin was introduced by Cloudflare as a community tips, please see here for more details. - https://community.cloudflare.com/t/community-tip-dr-flare-debug-tool-for-cloudflare-chrome-extension/110166 If you have any questions or suggestions, please leave a comment or send us email directly at [email protected] / [email protected]. Thank you for installing and enjoy!!
擴展基本資訊
名稱 | Dr.FLARE |
ID | pibckhncbjabhlomohgcdedacopeooml |
官方網址 | https://chromewebstore.google.com/detail/drflare/pibckhncbjabhlomohgcdedacopeooml |
簡介 | Get insights of your Cloudflared website. Provides an easy way to see benefits with Cloudflare. |
檔案大小 | 1.66 MB |
安裝次數 | 6,606 |
目前版本 | 0.1.4 |
更新時間 | 2021-07-13 |
上架時間 | 2020-02-07 |
評分 | 5.00/5 共 12 次評分 |
開發者 | Ricky Yu |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dr.FLARE", "version": "0.1.4", "description": "Get insights of your Cloudflared website. Provides an easy way to see benefits with Cloudflare.", "manifest_version": 2, "background": { "persistent": true, "scripts": [ "lib\/jquery-3.1.1.min.js", "js\/background.js", "js\/class\/NetworkRequest.js" ] }, "devtools_page": "devtools.html", "browser_action": { "default_popup": "popup.html", "default_title": "Dr.FLARE" }, "icons": { "16": "img\/circle-new-logo.png", "48": "img\/circle-new-logo.png", "128": "img\/circle-new-logo.png" }, "permissions": [ "activeTab", "storage", "tabs", "webNavigation", " |