Tomi Performance Monitor

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

什么是Tomi Performance Monitor?

Tomi Performance Monitor是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“View the performance of websites you visit without having to keep the dev tools open.”。

扩展截图

screenshot
screenshot

下载Tomi Performance Monitor扩展crx文件

下载Tomi Performance Monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tomi Performance Monitor Tomi Performance Monitor
ID addfficcbfpbfpmmcnibgkphkhahjpji
官方URL https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji
简介 View the performance of websites you visit without having to keep the dev tools open.
文件大小 19.57 KB
安装次数 29
当前版本 0.1.0
更新时间 2015-06-13
上架时间 2015-06-13
开发者 Unknown
付费类型 free
支持的语言 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"
            ]
        }
    ]
}