HEX – Heading extractor
Simply extract and copy all h2 and h3 headings from the current tab.
Was ist HEX – Heading extractor?
HEX – Heading extractor ist eine Chrome-Erweiterung, die von flgzn entwickelt wurde, und ihr Hauptmerkmal ist "Simply extract and copy all h2 and h3 headings from the current tab.".
Erweiterungsscreenshots
HEX – Heading extractor-Erweiterungs-CRX-Datei herunterladen
Laden Sie HEX – Heading extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | foonnjgdldfnhfplmfnmpooccafkglkl |
| Offizielle URL | https://chromewebstore.google.com/detail/hex-%E2%80%93-heading-extractor/foonnjgdldfnhfplmfnmpooccafkglkl |
| Beschreibung | Simply extract and copy all h2 and h3 headings from the current tab. |
| Dateigröße | 22.78 KB |
| Installationsanzahl | 429 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2023-01-27 |
| Veröffentlichungsdatum | 2023-01-23 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | flgzn |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |