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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:\/\/*\/*" ] } |