Tomi Performance Monitor

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

Qu'est-ce que Tomi Performance Monitor ?

Tomi Performance Monitor est une extension Chrome développée par Unknown, et sa fonction principale est "View the performance of websites you visit without having to keep the dev tools open.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tomi Performance Monitor

Téléchargez les fichiers d'extension Tomi Performance Monitor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tomi Performance Monitor Tomi Performance Monitor
ID addfficcbfpbfpmmcnibgkphkhahjpji
URL Officiel https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji
Description View the performance of websites you visit without having to keep the dev tools open.
Taille du Fichier 19.57 KB
Nombre d'Installations 29
Version Actuelle 0.1.0
Dernière Mise à Jour 2015-06-13
Date de Publication 2015-06-13
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}