HEX – Heading extractor

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

Qu'est-ce que HEX – Heading extractor ?

HEX – Heading extractor est une extension Chrome développée par flgzn, et sa fonction principale est "Simply extract and copy all h2 and h3 headings from the current tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HEX – Heading extractor

Téléchargez les fichiers d'extension HEX – Heading extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HEX – Heading extractor HEX – Heading extractor
ID foonnjgdldfnhfplmfnmpooccafkglkl
URL Officiel 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.
Taille du Fichier 22.78 KB
Nombre d'Installations 429
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-01-27
Date de Publication 2023-01-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur flgzn
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}