HEX – Heading extractor
Simply extract and copy all h2 and h3 headings from the current tab.
Co to jest HEX – Heading extractor?
HEX – Heading extractor to rozszerzenie Chrome opracowane przez flgzn, a jego główną funkcją jest „Simply extract and copy all h2 and h3 headings from the current tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HEX – Heading extractor
Pobierz pliki rozszerzeń HEX – Heading extractor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | foonnjgdldfnhfplmfnmpooccafkglkl |
| Oficjalny URL | https://chromewebstore.google.com/detail/hex-%E2%80%93-heading-extractor/foonnjgdldfnhfplmfnmpooccafkglkl |
| Opis | Simply extract and copy all h2 and h3 headings from the current tab. |
| Rozmiar pliku | 22.78 KB |
| Liczba instalacji | 429 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2023-01-27 |
| Data Publikacji | 2023-01-23 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | flgzn |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |