HEX – Heading extractor

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

¿Qué es HEX – Heading extractor?

HEX – Heading extractor es una extensión de Chrome desarrollada por flgzn, y su función principal es "Simply extract and copy all h2 and h3 headings from the current tab.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión HEX – Heading extractor

Descarga archivos de extensión HEX – Heading extractor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HEX – Heading extractor HEX – Heading extractor
ID foonnjgdldfnhfplmfnmpooccafkglkl
URL Oficial https://chromewebstore.google.com/detail/hex-%E2%80%93-heading-extractor/foonnjgdldfnhfplmfnmpooccafkglkl
Descripción Simply extract and copy all h2 and h3 headings from the current tab.
Tamaño del Archivo 22.78 KB
Cantidad de Instalaciones 429
Versión Actual 1.0.1
Última Actualización 2023-01-27
Fecha de Publicación 2023-01-23
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador flgzn
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}