Front-end Performance Analyzer
[Experiment] Chormium plugin for client-side performance analyzing
Front-end Performance Analyzer là gì?
Front-end Performance Analyzer là một tiện ích mở rộng Chrome được phát triển bởi https://giangnb.com, và tính năng chính của nó là "[Experiment] Chormium plugin for client-side performance analyzing".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Front-end Performance Analyzer
Tải xuống các tệp mở rộng Front-end Performance Analyzer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Front-end Performance Analyzer |
ID | cahpbcpcaicofmeibkcelkifpkkjahbp |
URL Chính Thức | https://chromewebstore.google.com/detail/front-end-performance-ana/cahpbcpcaicofmeibkcelkifpkkjahbp |
Mô tả | [Experiment] Chormium plugin for client-side performance analyzing |
Kích Thước Tệp | 338 KB |
Số Lần Cài Đặt | 115 |
Phiên Bản Hiện Tại | 1.0.1.3 |
Cập Nhật Lần Cuối | 2022-03-21 |
Ngày Phát Hành | 2022-03-10 |
Nhà Phát Triển | https://giangnb.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://giangnb.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |