Highlight HTML Headings

Vixen Digital tool to highlight HTML headings in a document.

What is Highlight HTML Headings?

Highlight HTML Headings is a Chrome extension developed by Vixen Digital, and its main feature is "Vixen Digital tool to highlight HTML headings in a document.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Highlight HTML Headings Extension CRX File

Download Highlight HTML Headings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Highlight HTML headings on any webpage with one click. Easy and super useful tool for SEO.  Find 

,

,

,

,

&
heading tags.

Extension Basic Information

Name Highlight HTML Headings Highlight HTML Headings
ID cmbjlcbcbfemfndhhdjkmfancbcdfigj
Official URL https://chromewebstore.google.com/detail/highlight-html-headings/cmbjlcbcbfemfndhhdjkmfancbcdfigj
Description Vixen Digital tool to highlight HTML headings in a document.
File Size 23.72 KB
Installation Count 259
Current Version 1.0
Last Updated 2022-06-08
Publish Date 2022-06-08
Rating 5.00/5 Total 2 Ratings
Developer Vixen Digital
Email [email protected]
Payment Type free
Extension Website https://www.vixendigital.com
Help Page URL https://www.vixendigital.com/seo/how-to-use-headings-for-seo/
Privacy Policy Page URL https://www.vixendigital.com/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlight HTML Headings",
    "description": "Vixen Digital tool to highlight HTML headings in a document.",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/images\/logo-16w.png",
            "32": "\/assets\/images\/logo-32w.png",
            "48": "\/assets\/images\/logo-48w.png",
            "128": "\/assets\/images\/logo-128w.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "\/assets\/images\/logo-16w.png",
        "32": "\/assets\/images\/logo-32w.png",
        "48": "\/assets\/images\/logo-48w.png",
        "128": "\/assets\/images\/logo-128w.png"
    }
}