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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    ]
}