HEX – Heading extractor

Simply extract and copy all h2 and h3 headings from the current tab.

HEX – Heading extractor란 무엇입니까?

HEX – Heading extractor은(는) flgzn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply extract and copy all h2 and h3 headings from the current tab."입니다.

확장 프로그램 스크린샷

screenshot

HEX – Heading extractor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 HEX – Heading extractor HEX – Heading extractor
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"
    ]
}