HEX – Heading extractor

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

Cos'è HEX – Heading extractor?

HEX – Heading extractor è un'estensione di Chrome sviluppata da flgzn, e la sua funzione principale è "Simply extract and copy all h2 and h3 headings from the current tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HEX – Heading extractor

Scarica i file di estensione HEX – Heading extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HEX – Heading extractor HEX – Heading extractor
ID foonnjgdldfnhfplmfnmpooccafkglkl
URL Ufficiale https://chromewebstore.google.com/detail/hex-%E2%80%93-heading-extractor/foonnjgdldfnhfplmfnmpooccafkglkl
Descrizione Simply extract and copy all h2 and h3 headings from the current tab.
Dimensione del File 22.78 KB
Conteggio Installazioni 429
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-01-27
Data di Pubblicazione 2023-01-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore flgzn
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}