SEO Header Highlighter
Highlight the h1-h6 tags on the page!
What is SEO Header Highlighter?
SEO Header Highlighter is a Chrome extension developed by Woodywoody, and its main feature is "Highlight the h1-h6 tags on the page!".
Extension Screenshots
Download SEO Header Highlighter Extension CRX File
Download SEO Header Highlighter 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
Highlights the h1-h6 tags on the page in the order of red, green, blue, orange, purple, yellow. This is to help you easily spot tags that require fixing.
Extension Basic Information
Name | SEO Header Highlighter |
ID | oelmadmiblchepiglmkdooododgpeafa |
Official URL | https://chromewebstore.google.com/detail/seo-header-highlighter/oelmadmiblchepiglmkdooododgpeafa |
Description | Highlight the h1-h6 tags on the page! |
File Size | 17.95 KB |
Installation Count | 809 |
Current Version | 1.1 |
Last Updated | 2022-01-17 |
Publish Date | 2022-01-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Woodywoody |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SEO Header Highlighter", "version": "1.1", "description": "Highlight the h1-h6 tags on the page!", "browser_action": { "default_icon": "icon16.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "content.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |