Tomi Performance Monitor

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

Co to jest Tomi Performance Monitor?

Tomi Performance Monitor to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „View the performance of websites you visit without having to keep the dev tools open.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Tomi Performance Monitor

Pobierz pliki rozszerzeń Tomi Performance Monitor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tomi Performance Monitor Tomi Performance Monitor
ID addfficcbfpbfpmmcnibgkphkhahjpji
Oficjalny URL https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji
Opis View the performance of websites you visit without having to keep the dev tools open.
Rozmiar pliku 19.57 KB
Liczba instalacji 29
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2015-06-13
Data Publikacji 2015-06-13
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}