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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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:\/\/*\/*" ] } |