speedRuler

网站前端性能检测

speedRuler란 무엇입니까?

speedRuler은(는) kyriejnliu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "网站前端性能检测"입니다.

확장 프로그램 스크린샷

screenshot

speedRuler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        speedRuler是一款网页性能检测插件,借助于浏览器的 Performance API,可在控制台打印出当前页面的性能信息。
当然,speedRuler 的源代码在 Github 上开源:https://github.com/KKKyrie/speedRuler
有任何疑问可以发送邮件到 [email protected],我会在第一时间解答你的疑惑                    

확장 프로그램 기본 정보

이름 speedRuler speedRuler
ID mjkgbkgimmggfjgangnnidacafgojfhm
공식 URL https://chromewebstore.google.com/detail/speedruler/mjkgbkgimmggfjgangnnidacafgojfhm
설명 网站前端性能检测
파일 크기 15.4 KB
설치 횟수 60
현재 버전 1.0
최근 업데이트 2019-04-09
출시 날짜 2019-04-09
개발자 kyriejnliu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/KKKyrie/speedRuler
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "speedRuler",
    "version": "1.0",
    "description": "\u7f51\u7ad9\u524d\u7aef\u6027\u80fd\u68c0\u6d4b",
    "icons": {
        "19": "images\/logo.png",
        "38": "images\/logo.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_title": "\u65b9\u4fbf\u5f00\u53d1\u4eba\u5458\u5bf9\u7f51\u9875\u7684\u6027\u80fd\u8fdb\u884c\u68c0\u6d4b",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.com\/*",
                "*:\/\/*.cn\/*",
                "*:\/\/*.im\/*"
            ],
            "js": [
                ".\/dist\/content_scripts\/ruler.min.js"
            ]
        }
    ],
    "background": {
        "scripts": []
    }
}