Dr.FLARE
Get insights of your Cloudflared website. Provides an easy way to see benefits with Cloudflare.
Dr.FLARE क्या है?
Dr.FLARE Ricky Yu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get insights of your Cloudflared website. Provides an easy way to see benefits with Cloudflare."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dr.FLARE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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", " |