HEX – Heading extractor
Simply extract and copy all h2 and h3 headings from the current tab.
O que é HEX – Heading extractor?
HEX – Heading extractor é uma extensão do Chrome desenvolvida por flgzn, e sua principal característica é "Simply extract and copy all h2 and h3 headings from the current tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HEX – Heading extractor
Baixe arquivos de extensão HEX – Heading extractor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | HEX – Heading extractor |
ID | foonnjgdldfnhfplmfnmpooccafkglkl |
URL Oficial | https://chromewebstore.google.com/detail/hex-%E2%80%93-heading-extractor/foonnjgdldfnhfplmfnmpooccafkglkl |
Descrição | Simply extract and copy all h2 and h3 headings from the current tab. |
Tamanho do Arquivo | 22.78 KB |
Contagem de Instalações | 429 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-01-27 |
Data de Publicação | 2023-01-23 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | flgzn |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |