Tomi Performance Monitor

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

Hvad er Tomi Performance Monitor?

Tomi Performance Monitor er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "View the performance of websites you visit without having to keep the dev tools open.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Tomi Performance Monitor-udvidelses-CRX-fil

Download Tomi Performance Monitor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Tomi Performance Monitor Tomi Performance Monitor
ID addfficcbfpbfpmmcnibgkphkhahjpji
Officiel URL https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji
Beskrivelse View the performance of websites you visit without having to keep the dev tools open.
Filstørrelse 19.57 KB
Antal Installationer 29
Nuværende Version 0.1.0
Senest Opdateret 2015-06-13
Udgivelsesdato 2015-06-13
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}