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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}