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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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