WordsAtScale Outline Extractor

WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…

ما هو WordsAtScale Outline Extractor؟

WordsAtScale Outline Extractor هو إضافة Chrome تم تطويرها بواسطة WordsAtScale YT Channel، والميزة الرئيسية لها هي "WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…".

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

screenshot
screenshot

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

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

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

                        WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as:

- ability to copy H1, H2, H3 and H4 of any given URL
- word count of the URL
- most used words and phrases
- target url is displayed upon copying                    

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

الاسم WordsAtScale Outline Extractor WordsAtScale Outline Extractor
ID ebohophjljpcoimkpgkjmfanikncoela
عنوان URL الرسمي https://chromewebstore.google.com/detail/wordsatscale-outline-extr/ebohophjljpcoimkpgkjmfanikncoela
الوصف WordsAtScale Outline Extractor ver. 2 contains new and improved features, such as: - ability to copy H1, H2, H3 and H4 of any…
حجم الملف 15.62 KB
عدد التثبيتات 1,433
النسخة الحالية 2.0.3
آخر تحديث 2023-01-28
تاريخ النشر 2023-01-15
تقييم 5.00/5 مجموع تقييمات 4
المطور WordsAtScale YT Channel
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://wordsatscale.com/tools
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WordsAtScale Outline Extractor",
    "version": "2.0.3",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Click to copy h1, h2, h3, h4",
        "default_popup": "public\/index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}