Front-end Performance Analyzer
[Experiment] Chormium plugin for client-side performance analyzing
Front-end Performance Analyzer क्या है?
Front-end Performance Analyzer https://giangnb.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "[Experiment] Chormium plugin for client-side performance analyzing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Front-end Performance Analyzer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is an experimentation tool for crawling and scoring URLs of a website. Collected data will be an input for performance test. Gives you an overview of client-side performance and quickly helps you realizes poor performance or error pages. This allows you to be more proactive when working and resolving UX and performance issues at client-side. NEW: * Integration with Google PageSpeed insights (Requires GCP API key) * Generates K6.io test script * Meaningful and intuitive HTML report * Stability improvements
एक्सटेंशन की मूल जानकारी
नाम | Front-end Performance Analyzer |
ID | cahpbcpcaicofmeibkcelkifpkkjahbp |
आधिकारिक URL | https://chromewebstore.google.com/detail/front-end-performance-ana/cahpbcpcaicofmeibkcelkifpkkjahbp |
विवरण | [Experiment] Chormium plugin for client-side performance analyzing |
फ़ाइल का आकार | 338 KB |
स्थापना संख्या | 115 |
वर्तमान संस्करण | 1.0.1.3 |
अंतिम अपडेट | 2022-03-21 |
प्रकाशन तिथि | 2022-03-10 |
डेवलपर | https://giangnb.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://giangnb.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Front-end Performance Analyzer", "description": "[Experiment] Chormium plugin for client-side performance analyzing", "version": "1.0.1.3", "manifest_version": 3, "action": { "default_title": "OptiPerf", "default_popup": "toolbox.html" }, "icons": { "16": "assets\/ico\/16.png", "48": "assets\/ico\/48.png", "128": "assets\/ico\/128.png", "256": "assets\/ico\/256.png" }, "author": "", "homepage_url": "https:\/\/ep.giangnb.com\/", "incognito": "split", "content_security_policy": { "extension_pages": "default-src 'self' data: https:\/\/ep.giangnb.com\/* https:\/\/episerver.net\/*; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self' https:\/\/ep.giangnb.com\/* https:\/\/episerver.net\/*; object-src 'self'; sandbox allow-forms allow-same-origin allow-scripts" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/js\/jquery.min.js", "clientworker.js" ] } ] } |