HEX – Heading extractor
Simply extract and copy all h2 and h3 headings from the current tab.
Co je HEX – Heading extractor?
HEX – Heading extractor je rozšíření Chrome vyvinuté flgzn, a jeho hlavní funkcí je „Simply extract and copy all h2 and h3 headings from the current tab.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření HEX – Heading extractor
Stáhněte si soubory rozšíření HEX – Heading extractor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | foonnjgdldfnhfplmfnmpooccafkglkl |
| Oficiální URL | https://chromewebstore.google.com/detail/hex-%E2%80%93-heading-extractor/foonnjgdldfnhfplmfnmpooccafkglkl |
| Popis | Simply extract and copy all h2 and h3 headings from the current tab. |
| Velikost souboru | 22.78 KB |
| Počet instalací | 429 |
| Aktuální Verze | 1.0.1 |
| Poslední Aktualizace | 2023-01-27 |
| Datum Vydání | 2023-01-23 |
| Hodnocení | 5.00/5 Celkem 2 Hodnocení |
| Vývojář | flgzn |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
} | |