Tomi Performance Monitor

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

Cos'è Tomi Performance Monitor?

Tomi Performance Monitor è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "View the performance of websites you visit without having to keep the dev tools open.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tomi Performance Monitor

Scarica i file di estensione Tomi Performance Monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tomi Performance Monitor Tomi Performance Monitor
ID addfficcbfpbfpmmcnibgkphkhahjpji
URL Ufficiale https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji
Descrizione View the performance of websites you visit without having to keep the dev tools open.
Dimensione del File 19.57 KB
Conteggio Installazioni 29
Versione Corrente 0.1.0
Ultimo Aggiornamento 2015-06-13
Data di Pubblicazione 2015-06-13
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}