Performance-Analyser
Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest
Was ist Performance-Analyser?
Performance-Analyser ist eine Chrome-Erweiterung, die von Michael Mrowetz entwickelt wurde, und ihr Hauptmerkmal ist "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest".
Erweiterungsscreenshots
Performance-Analyser-Erweiterungs-CRX-Datei herunterladen
Laden Sie Performance-Analyser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Performance-Analyser (aka Performance-Analyzer) helps to analyze the current page through the Resource, Navigation and User Timing APIs - see requests by type, domain, load times, marks and more - instantly.
Performance-Analyser is the Chrome Extension version of Performance-Bookmarklet.
Code: https://github.com/micmro/performance-bookmarklet Grundlegende Informationen zur Erweiterung
| Name | |
| ID | djgfmlohefpomchfabngccpbaflcahjf |
| Offizielle URL | https://chromewebstore.google.com/detail/performance-analyser/djgfmlohefpomchfabngccpbaflcahjf |
| Beschreibung | Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest |
| Dateigröße | 26.12 KB |
| Installationsanzahl | 33,956 |
| Aktuelle Version | 1.7.2 |
| Letztes Update | 2020-12-10 |
| Veröffentlichungsdatum | 2015-05-12 |
| Bewertung | 4.49/5 Insgesamt 43 Bewertungen |
| Entwickler | Michael Mrowetz |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/micmro/performance-bookmarklet |
| Hilfeseite URL | https://github.com/micmro/performance-bookmarklet/issues |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Performance-Analyser",
"short_name": "Performance-Analyzer",
"description": "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest",
"version": "1.7.2",
"homepage_url": "https:\/\/github.com\/micmro\/performance-bookmarklet",
"author": "Michael Mrowetz",
"icons": {
"16": "images\/icon16.png",
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"58": "images\/icon58.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"58": "images\/icon58.png",
"128": "images\/icon128.png"
}
},
"background": {
"scripts": [
"event.js"
],
"persistent": false
},
"permissions": [
" | |