Load Time
helps designers, developers, and casuals identify and monitor loadtimes of websites.
Load Timeคืออะไร?
Load Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://loadtime.net และคุณลักษณะหลักของมันคือ "helps designers, developers, and casuals identify and monitor loadtimes of websites."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Load Time
ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*" ] } |