Front-end Performance Analyzer
[Experiment] Chormium plugin for client-side performance analyzing
Front-end Performance Analyzerとは何ですか?
Front-end Performance Analyzerはhttps://giangnb.comによって開発されたChromeの拡張機能で、その主な機能は「[Experiment] Chormium plugin for client-side performance analyzing」です。
拡張機能のスクリーンショット
Front-end Performance Analyzer拡張機能のCRXファイルをダウンロード
Front-end Performance Analyzer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |