HEX – Heading extractor

Simply extract and copy all h2 and h3 headings from the current tab.

What is HEX – Heading extractor?

HEX – Heading extractor is a Chrome extension developed by flgzn, and its main feature is "Simply extract and copy all h2 and h3 headings from the current tab.".

Extension Screenshots

screenshot

Download HEX – Heading extractor Extension CRX File

Download HEX – Heading extractor 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

                        With HEX you no longer need to copy & paste headings while doing SEO research. Extract all h2 and h3 headings from the current tab and copy to clipboard with just one click.                    

Extension Basic Information

Name HEX – Heading extractor HEX – Heading extractor
ID foonnjgdldfnhfplmfnmpooccafkglkl
Official URL https://chromewebstore.google.com/detail/hex-%E2%80%93-heading-extractor/foonnjgdldfnhfplmfnmpooccafkglkl
Description Simply extract and copy all h2 and h3 headings from the current tab.
File Size 22.78 KB
Installation Count 429
Current Version 1.0.1
Last Updated 2023-01-27
Publish Date 2023-01-23
Rating 5.00/5 Total 2 Ratings
Developer flgzn
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HEX \u2013 Heading extractor",
    "version": "1.0.1",
    "description": "Simply extract and copy all h2 and h3 headings from the current tab.",
    "manifest_version": 3,
    "author": "Florian Goertzen",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Heading extractor (h2, h3)"
    },
    "icons": {
        "16": "heading-extractor-16.png",
        "48": "heading-extractor-48.png",
        "128": "heading-extractor-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "clipboardWrite"
    ]
}