Tomi Performance Monitor

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

Co je Tomi Performance Monitor?

Tomi Performance Monitor je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „View the performance of websites you visit without having to keep the dev tools open.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Tomi Performance Monitor

Stáhněte si soubory rozšíření Tomi Performance Monitor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Tomi Performance Monitor Tomi Performance Monitor
ID addfficcbfpbfpmmcnibgkphkhahjpji
Oficiální URL https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji
Popis View the performance of websites you visit without having to keep the dev tools open.
Velikost souboru 19.57 KB
Počet instalací 29
Aktuální Verze 0.1.0
Poslední Aktualizace 2015-06-13
Datum Vydání 2015-06-13
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}