speedRuler

网站前端性能检测

speedRulerคืออะไร?

speedRuler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kyriejnliu และคุณลักษณะหลักของมันคือ "网站前端性能检测"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย speedRuler

ดาวน์โหลดไฟล์ส่วนขยาย speedRuler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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