Load Time

helps designers, developers, and casuals identify and monitor loadtimes of websites.

Load Time là gì?

Load Time là một tiện ích mở rộng Chrome được phát triển bởi https://loadtime.net, và tính năng chính của nó là "helps designers, developers, and casuals identify and monitor loadtimes of websites.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Discover a new era of online efficiency with Loadtime.net – the Chrome extension that not only simplifies web errors but also empowers you with comprehensive insights into page speed. Leave frustration behind as Loadtime.net analyzes and examines the speed of any website you visit, ensuring you make informed decisions about your online experience.

Encounter server and DNS errors with ease as Loadtime.net transforms them into visually engaging pages, enriched with valuable information, promotions, and a user-friendly search bar featuring Yahoo! powered results. Bid farewell to mundane internet error pages and welcome a dynamic, informative, and swift online journey.

To sustain our commitment to providing these essential features, Loadtime.net incorporates affiliate links and search feeds. Your support enables us to continually enhance and optimize your web exploration. Elevate your online experience with Loadtime.net – where analyzing page speed becomes the gateway to a more streamlined and informed internet.                    

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

Tên Load Time Load Time
ID ibnkaefohbiphafkdlhhcdcfllmgacel
URL Chính Thức https://chromewebstore.google.com/detail/load-time/ibnkaefohbiphafkdlhhcdcfllmgacel
Mô tả helps designers, developers, and casuals identify and monitor loadtimes of websites.
Kích Thước Tệp 11.41 KB
Số Lần Cài Đặt 927
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2024-01-16
Ngày Phát Hành 2024-01-16
Nhà Phát Triển https://loadtime.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://loadtime.net
URL Trang Trợ Giúp https://loadtime.net/#terms
URL Trang Chính Sách Bảo Mật https://privacy.loadtime.net
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Load Time",
    "homepage_url": "https:\/\/Loadtime.net",
    "description": "helps designers, developers, and casuals identify and monitor loadtimes of websites.",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": "logo-128.png"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "loadtimes.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}