Tomi Performance Monitor

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

Tomi Performance Monitor là gì?

Tomi Performance Monitor là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "View the performance of websites you visit without having to keep the dev tools open.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tomi Performance Monitor

Tải xuống các tệp mở rộng Tomi Performance Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tomi Performance Monitor Tomi Performance Monitor
ID addfficcbfpbfpmmcnibgkphkhahjpji
URL Chính Thức https://chromewebstore.google.com/detail/tomi-performance-monitor/addfficcbfpbfpmmcnibgkphkhahjpji
Mô tả View the performance of websites you visit without having to keep the dev tools open.
Kích Thước Tệp 19.57 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2015-06-13
Ngày Phát Hành 2015-06-13
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}