HEX – Heading extractor
Simply extract and copy all h2 and h3 headings from the current tab.
Wat is HEX – Heading extractor?
HEX – Heading extractor is een Chrome-extensie ontwikkeld door flgzn, en de belangrijkste functie is "Simply extract and copy all h2 and h3 headings from the current tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie HEX – Heading extractor
Download HEX – Heading extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | foonnjgdldfnhfplmfnmpooccafkglkl |
| Officiële URL | https://chromewebstore.google.com/detail/hex-%E2%80%93-heading-extractor/foonnjgdldfnhfplmfnmpooccafkglkl |
| Beschrijving | Simply extract and copy all h2 and h3 headings from the current tab. |
| Bestandsgrootte | 22.78 KB |
| Aantal Installaties | 429 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2023-01-27 |
| Publicatiedatum | 2023-01-23 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | flgzn |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |