Kingsquare HTML Validator
A HTML5 validation library, using a JavaScript port of the excellent TIDY library
Kingsquare HTML Validator란 무엇입니까?
Kingsquare HTML Validator은(는) https://kingsquare.nl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A HTML5 validation library, using a JavaScript port of the excellent TIDY library"입니다.
확장 프로그램 스크린샷
Kingsquare HTML Validator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension brings the the TIDY HTML Validation library to your browser. You will no longer need remote services to validate your HTML(5). This is the first offline HTML validator for Chrome. For more information on the project, see http://www.kingsquare.nl/html-validator ** PLEASE NOTE ** Please restart your browser after installing the extension. Open the development tools panel to activate the validator. Every page will get validated automatically, check the flag at the end of your address bar to see the current status. See the last tab of the development tools to get a full report.
확장 프로그램 기본 정보
이름 | Kingsquare HTML Validator |
ID | anjdemaoejlpgmnmkijdemoiebcddhkc |
공식 URL | https://chromewebstore.google.com/detail/kingsquare-html-validator/anjdemaoejlpgmnmkijdemoiebcddhkc |
설명 | A HTML5 validation library, using a JavaScript port of the excellent TIDY library |
파일 크기 | 1 MB |
설치 횟수 | 2,272 |
현재 버전 | 1.4 |
최근 업데이트 | 2012-08-28 |
출시 날짜 | 2012-08-28 |
평점 | 2.86/5 총 36 개의 평점 |
개발자 | https://kingsquare.nl |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.kingsquare.nl/html-validator |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kingsquare HTML Validator", "version": "1.4", "manifest_version": 2, "description": "A HTML5 validation library, using a JavaScript port of the excellent TIDY library", "devtools_page": "devtools.html", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "page_action": { "default_icon": "loading.gif", "default_title": "Checkout Development Tools \/ HTML validator for more info" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/*\/*" ], "offline_enabled": true } |