Performance-Analyser

Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest

Performance-Analyser là gì?

Performance-Analyser là một tiện ích mở rộng Chrome được phát triển bởi Michael Mrowetz, và tính năng chính của nó là "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest".

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

screenshot

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

Tải xuống các tệp mở rộng Performance-Analyser 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

                        Performance-Analyser (aka Performance-Analyzer) helps to analyze the current page through the Resource, Navigation and User Timing APIs - see requests by type, domain, load times, marks and more - instantly.

Performance-Analyser is the Chrome Extension version of Performance-Bookmarklet.

Code: https://github.com/micmro/performance-bookmarklet                    

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

Tên Performance-Analyser Performance-Analyser
ID djgfmlohefpomchfabngccpbaflcahjf
URL Chính Thức https://chromewebstore.google.com/detail/performance-analyser/djgfmlohefpomchfabngccpbaflcahjf
Mô tả Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest
Kích Thước Tệp 26.12 KB
Số Lần Cài Đặt 33,956
Phiên Bản Hiện Tại 1.7.2
Cập Nhật Lần Cuối 2020-12-10
Ngày Phát Hành 2015-05-12
Đánh Giá 4.49/5 Tổng số 43 Đánh Giá
Nhà Phát Triển Michael Mrowetz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/micmro/performance-bookmarklet
URL Trang Trợ Giúp https://github.com/micmro/performance-bookmarklet/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Performance-Analyser",
    "short_name": "Performance-Analyzer",
    "description": "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest",
    "version": "1.7.2",
    "homepage_url": "https:\/\/github.com\/micmro\/performance-bookmarklet",
    "author": "Michael Mrowetz",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "58": "images\/icon58.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "58": "images\/icon58.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ]
}