HEX – Heading extractor
Simply extract and copy all h2 and h3 headings from the current tab.
Что такое HEX – Heading extractor?
HEX – Heading extractor - это расширение Chrome, разработанное flgzn, и его основная функция - "Simply extract and copy all h2 and h3 headings from the current tab.".
Снимки экрана расширения
Скачать файл CRX расширения HEX – Heading extractor
Скачайте файлы расширений HEX – Heading extractor в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | foonnjgdldfnhfplmfnmpooccafkglkl |
| Официальный URL | https://chromewebstore.google.com/detail/hex-%E2%80%93-heading-extractor/foonnjgdldfnhfplmfnmpooccafkglkl |
| Описание | Simply extract and copy all h2 and h3 headings from the current tab. |
| Размер файла | 22.78 KB |
| Количество установок | 429 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2023-01-27 |
| Дата публикации | 2023-01-23 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | flgzn |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
]
} | |