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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kzms2.xyz และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML Error Checker

ดาวน์โหลดไฟล์ส่วนขยาย HTML Error Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        # 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
}