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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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", " |