HEX – Heading extractor

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

Hvad er HEX – Heading extractor?

HEX – Heading extractor er en Chrome-udvidelse udviklet af flgzn, og dens hovedfunktion er "Simply extract and copy all h2 and h3 headings from the current tab.".

Udvidelsesskærmbilleder

screenshot

Download HEX – Heading extractor-udvidelses-CRX-fil

Download HEX – Heading extractor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn HEX – Heading extractor HEX – Heading extractor
ID foonnjgdldfnhfplmfnmpooccafkglkl
Officiel URL https://chromewebstore.google.com/detail/hex-%E2%80%93-heading-extractor/foonnjgdldfnhfplmfnmpooccafkglkl
Beskrivelse Simply extract and copy all h2 and h3 headings from the current tab.
Filstørrelse 22.78 KB
Antal Installationer 429
Nuværende Version 1.0.1
Senest Opdateret 2023-01-27
Udgivelsesdato 2023-01-23
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler flgzn
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}