Wattspeed
Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.
Wattspeed란 무엇입니까?
Wattspeed은(는) https://wattspeed.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page."입니다.
확장 프로그램 스크린샷
Wattspeed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get powerful web technologies insights each time you open a new web page. - Mobile-friendly test - Google Lighthouse scores - Core Web Vitals for the last 28 days - Security audit - HTML5 validation - Accessibility checker - Mixed content & JSON-LD structured data snippet detection and more... - What web server is behind the URL? - What Analytics tool is used to get visitor insights? - What Marketing or Chat tools are used to convert the visitors? - What Advertising network is running in order to sell ads? - What CMS powers the forum, blog or the online shop? - What CSS and JS frameworks are used to build that user interface?
확장 프로그램 기본 정보
이름 | Wattspeed |
ID | mbkehkfjhncahcaggkncdaacfnikmoid |
공식 URL | https://chromewebstore.google.com/detail/wattspeed/mbkehkfjhncahcaggkncdaacfnikmoid |
설명 | Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page. |
파일 크기 | 116 KB |
설치 횟수 | 1,883 |
현재 버전 | 4.4.0 |
최근 업데이트 | 2023-08-07 |
출시 날짜 | 2020-06-29 |
평점 | 4.93/5 총 27 개의 평점 |
개발자 | https://wattspeed.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wattspeed.com/ |
개인정보 보호 정책 페이지 URL | https://wattspeed.com/privacy-extension |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wattspeed", "version": "4.4.0", "description": "Wattspeed is a browser extension that offers powerful web technologies insights each time you open a new web page.", "icons": { "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "content_scripts": [ { "all_frames": false, "js": [ "assets\/scripts\/helper.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "action": { "default_icon": "assets\/icons\/icon-48.png", "default_popup": "index.html", "default_title": "Wattspeed" }, "permissions": [ "tabs", "scripting", "activeTab", "storage", "unlimitedStorage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |