Performance Assistant

Visualization of web access performance data

Wat is Performance Assistant?

Performance Assistant is een Chrome-extensie ontwikkeld door gongqiu, en de belangrijkste functie is "Visualization of web access performance data".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Performance Assistant

Download Performance Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        便捷查看页面的加载性能,还能自定义性能指标。支持持续监听,并绘制一段时间内的加载性能曲线,方便观察。                    

Basisinformatie over de Extensie

Naam Performance Assistant Performance Assistant
ID phmppmglkpkjcofmoennnpdmhhhglalc
Officiële URL https://chromewebstore.google.com/detail/performance-assistant/phmppmglkpkjcofmoennnpdmhhhglalc
Beschrijving Visualization of web access performance data
Bestandsgrootte 1.34 MB
Aantal Installaties 183
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-04-15
Publicatiedatum 2021-04-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar gongqiu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Performance Assistant",
    "version": "1.0.0",
    "description": "Visualization of web access performance data",
    "icons": {
        "16": "monitor-icon.png",
        "48": "monitor-icon.png",
        "128": "monitor-icon.png"
    },
    "browser_action": {
        "default_icon": "monitor-icon.png",
        "default_title": "\u9875\u9762\u6027\u80fd\u52a9\u624b",
        "default_popup": "popup.html"
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "inject.js"
    ]
}