Tomi Performance Monitor

View the performance of websites you visit without having to keep the dev tools open.

O que é Tomi Performance Monitor?

Tomi Performance Monitor é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "View the performance of websites you visit without having to keep the dev tools open.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Tomi Performance Monitor

Baixe arquivos de extensão Tomi Performance Monitor 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

                        View the performance of websites you visit without having to keep the developer tools open. 

This extension display performance metrics in a simple, clean and small overlay at the bottom of the screen.                    

Informações Básicas da Extensão

Nome Tomi Performance Monitor Tomi Performance Monitor
ID addfficcbfpbfpmmcnibgkphkhahjpji
URL Oficial https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji
Descrição View the performance of websites you visit without having to keep the dev tools open.
Tamanho do Arquivo 19.57 KB
Contagem de Instalações 29
Versão Atual 0.1.0
Última Atualização 2015-06-13
Data de Publicação 2015-06-13
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tomi Performance Monitor",
    "short_name": "Tomi PerfMon",
    "description": "View the performance of websites you visit without having to keep the dev tools open.",
    "version": "0.1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "performance_monitoring.js",
                "application.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}