Performance-Analyser
Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest
O que é Performance-Analyser?
Performance-Analyser é uma extensão do Chrome desenvolvida por Michael Mrowetz, e sua principal característica é "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Performance-Analyser
Baixe arquivos de extensão Performance-Analyser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Performance-Analyser |
ID | djgfmlohefpomchfabngccpbaflcahjf |
URL Oficial | https://chromewebstore.google.com/detail/performance-analyser/djgfmlohefpomchfabngccpbaflcahjf |
Descrição | Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest |
Tamanho do Arquivo | 26.12 KB |
Contagem de Instalações | 33,956 |
Versão Atual | 1.7.2 |
Última Atualização | 2020-12-10 |
Data de Publicação | 2015-05-12 |
Classificação | 4.49/5 Total de 43 Avaliações |
Desenvolvedor | Michael Mrowetz |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/micmro/performance-bookmarklet |
URL da Página de Ajuda | https://github.com/micmro/performance-bookmarklet/issues |
Idiomas Suportados | 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": [ " |