Web Developer Checklist
Analyses any web page for violations of best practices
Web Developer Checklist란 무엇입니까?
Web Developer Checklist은(는) toptal.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Analyses any web page for violations of best practices"입니다.
확장 프로그램 스크린샷
Web Developer Checklist 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Analyses any web page for violations of best practices. This extension helps web developers easily discover problem areas in websites. This is a companion extension for https://www.toptal.com/developers/webdevchecklist
확장 프로그램 기본 정보
이름 | Web Developer Checklist |
ID | iahamcpedabephpcgkeikbclmaljebjp |
공식 URL | https://chromewebstore.google.com/detail/web-developer-checklist/iahamcpedabephpcgkeikbclmaljebjp |
설명 | Analyses any web page for violations of best practices |
파일 크기 | 32.65 KB |
설치 횟수 | 52,012 |
현재 버전 | 2.0.3 |
최근 업데이트 | 2021-05-14 |
출시 날짜 | 2017-08-30 |
평점 | 4.19/5 총 52 개의 평점 |
개발자 | toptal.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.toptal.com/developers/webdevchecklist |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Developer Checklist", "version": "2.0.3", "author": "Toptal", "description": "Analyses any web page for violations of best practices", "permissions": [ "activeTab", "https:\/\/*\/", "http:\/\/*\/" ], "browser_specific_settings": { "gecko": { "id": "{65bf4dd0-b6df-44f7-9285-cb5545037d80}" } }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+W" } } }, "browser_action": { "default_icon": { "19": "icon-19.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "default_popup": "popup.html", "default_title": "Web Developer Checklist" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "19": "icon-19.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" } } |