speedRuler

网站前端性能检测

What is speedRuler?

speedRuler is a Chrome extension developed by kyriejnliu, and its main feature is "网站前端性能检测".

Extension Screenshots

screenshot

Download speedRuler Extension CRX File

Download speedRuler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name speedRuler speedRuler
ID mjkgbkgimmggfjgangnnidacafgojfhm
Official URL https://chromewebstore.google.com/detail/speedruler/mjkgbkgimmggfjgangnnidacafgojfhm
Description 网站前端性能检测
File Size 15.4 KB
Installation Count 60
Current Version 1.0
Last Updated 2019-04-09
Publish Date 2019-04-09
Developer kyriejnliu
Email [email protected]
Payment Type free
Extension Website https://github.com/KKKyrie/speedRuler
Supported Languages 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": []
    }
}