WebExtension.net
Toggle dark mode
WebExtension.net

HTML Tag Checker

View on Chrome Web Store
View HTML Tag Checker Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Checks if there are any unclosed HTML tags in the current page or in the HTML tags entered
Type
Extension
Users
815 users
4
Website tool-place.net
OrcaSoft
View author page of OrcaSoft
Published
Published on May 18, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on September 13, 2024
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View HTML Tag Checker Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extentionTitle__",
    "description": "__MSG_extentionDescription__",
    "version": "1.0.2",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/tool-place.net\/",
    "action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "__MSG_extentionDefault_title__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "chk.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "notifications"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top