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"
            ]
        }
    ]
}