Tomi Performance Monitor

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

Wat is Tomi Performance Monitor?

Tomi Performance Monitor is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "View the performance of websites you visit without having to keep the dev tools open.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tomi Performance Monitor

Download Tomi Performance Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tomi Performance Monitor Tomi Performance Monitor
ID addfficcbfpbfpmmcnibgkphkhahjpji
Officiële URL https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji
Beschrijving View the performance of websites you visit without having to keep the dev tools open.
Bestandsgrootte 19.57 KB
Aantal Installaties 29
Huidige Versie 0.1.0
Laatst Bijgewerkt 2015-06-13
Publicatiedatum 2015-06-13
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}