HTML Error Checker

Check the HTML for error. This doesn't send the source to the external. If web page behavior is not correct, you should turn off it.

HTML Error Checker란 무엇입니까?

HTML Error Checker은(는) https://kzms2.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check the HTML for error. This doesn't send the source to the external. If web page behavior is not correct, you should turn off it."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

HTML Error Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        # Description
Check the HTML for errors. This extension will teach HTML error and page source.

----------------------------------------------------

# Releases
## Version 0.5.0.4
    - Adjust Privacy and & Permission.
## Version 0.4.0.3
    - Fix some bugs
    "Enable auto check" was not working at the time of first.
## Version 0.4.0.2
    - You can check local files (file://~~)
    - Add notification for update information
## Version 0.3.3.1
    - Add option page
    - You can set some rule for warning.
      ex) If the page has test server url, you will know it.
    - Fix some bugs
## Version 0.2.12
    - Adjust Japanese lang file
## Version 0.2.11
    - Add auto check function
## Version 0.1.32
    - Adjust source code
    - Adjust all icon
    - Fix some bugs
## Version 0.1.31
    - Change extension's icon.
## Version 0.1.30
    - Change extension's name. (Tag -> Error)
    - HTTPS support
    - Multi window support
## Version 0.1.20
    - manifest 2 support
## Version 0.0.30
    - correct langage setting.
    - corresponded to manifest 2.
    - Modified to ignore element in comment and script.
    - Ignore tag in script & comment elements
    - English & Chinese support
    - Fix some bugs

powerd by fine. thanks :)

Sorry, I'm not good at English :(                    

확장 프로그램 기본 정보

이름 HTML Error Checker HTML Error Checker
ID ohdllebchmmponnofchalfkegpjojcaf
공식 URL https://chromewebstore.google.com/detail/html-error-checker/ohdllebchmmponnofchalfkegpjojcaf
설명 Check the HTML for error. This doesn't send the source to the external. If web page behavior is not correct, you should turn off it.
파일 크기 380 KB
설치 횟수 90,609
현재 버전 0.5.0.5
최근 업데이트 2020-07-14
출시 날짜 2020-07-14
평점 4.42/5 총 96 개의 평점
개발자 https://kzms2.xyz
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "HEC",
    "description": "__MSG_extDescription__",
    "version": "0.5.0.5",
    "default_locale": "ja",
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "img\/icon.png"
    ],
    "icons": {
        "16": "img\/icon.png",
        "32": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "js\/htmlerrorchecker.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/twitter.com\/kzms2",
    "manifest_version": 2
}