Load Time

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

Load Timeとは何ですか?

Load Timeはhttps://loadtime.netによって開発されたChromeの拡張機能で、その主な機能は「helps designers, developers, and casuals identify and monitor loadtimes of websites.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Load Time拡張機能のCRXファイルをダウンロード

Load Time拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Load Time Load Time
ID ibnkaefohbiphafkdlhhcdcfllmgacel
公式URL https://chromewebstore.google.com/detail/load-time/ibnkaefohbiphafkdlhhcdcfllmgacel
説明 helps designers, developers, and casuals identify and monitor loadtimes of websites.
ファイルサイズ 11.41 KB
インストール数 927
現在のバージョン 2.0
最終更新日 2024-01-16
公開日 2024-01-16
開発者 https://loadtime.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://loadtime.net
ヘルプページのURL https://loadtime.net/#terms
プライバシーポリシーページのURL https://privacy.loadtime.net
対応言語 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:\/\/*\/*"
    ]
}