Performance-Analyser
Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest
¿Qué es Performance-Analyser?
Performance-Analyser es una extensión de Chrome desarrollada por Michael Mrowetz, y su función principal es "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Performance-Analyser
Descarga archivos de extensión Performance-Analyser en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 Información Básica de la Extensión
| Nombre | |
| ID | djgfmlohefpomchfabngccpbaflcahjf |
| URL Oficial | https://chromewebstore.google.com/detail/performance-analyser/djgfmlohefpomchfabngccpbaflcahjf |
| Descripción | Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest |
| Tamaño del Archivo | 26.12 KB |
| Cantidad de Instalaciones | 33,956 |
| Versión Actual | 1.7.2 |
| Última Actualización | 2020-12-10 |
| Fecha de Publicación | 2015-05-12 |
| Calificación | 4.49/5 Total de 43 Calificaciones |
| Desarrollador | Michael Mrowetz |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://github.com/micmro/performance-bookmarklet |
| URL de la Página de Ayuda | https://github.com/micmro/performance-bookmarklet/issues |
| Idiomas Soportados | 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": [
" | |