WordsAtScale Outline Extractor

WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.

ما هو WordsAtScale Outline Extractor؟

WordsAtScale Outline Extractor هو إضافة Chrome تم تطويرها بواسطة WordsAtScale YT Channel، والميزة الرئيسية لها هي "WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WordsAtScale Outline Extractor

قم بتنزيل ملفات الامتداد WordsAtScale Outline Extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.                    

معلومات أساسية عن التمديد

الاسم WordsAtScale Outline Extractor WordsAtScale Outline Extractor
ID lhckdlmklblgibimgkbjeplgfenjcpbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/wordsatscale-outline-extr/lhckdlmklblgibimgkbjeplgfenjcpbn
الوصف WordsAtScale Outline Extractor allows to copy the H1-H2-H3 headings of each visited url.
حجم الملف 11.52 KB
عدد التثبيتات 441
النسخة الحالية 0.0.1
آخر تحديث 2023-01-09
تاريخ النشر 2023-01-08
تقييم 5.00/5 مجموع تقييمات 1
المطور WordsAtScale YT Channel
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WordsAtScale Outline Extractor",
    "version": "0.0.1",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Click to copy h1, h2, h3"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}