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
官方網址 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"
            ]
        }
    ]
}