HTML Content Extractor

Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…

ما هو HTML Content Extractor؟

HTML Content Extractor هو إضافة Chrome تم تطويرها بواسطة Peter77، والميزة الرئيسية لها هي "Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…".

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

screenshot

تحميل ملف CRX للإضافة HTML Content Extractor

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

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

                        Extract and display the main content from web pages with a single click.

Web Content Extractor is a free and user-friendly Chrome extension designed to help you easily extract and display the main content of web pages. With just a single click, you can access the most relevant information from articles, blog posts, and other text-based web content without the clutter of ads, sidebars, and unnecessary elements.                    

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

الاسم HTML Content Extractor HTML Content Extractor
ID hlfclpmdlncebblfafnegijjbnmjegkh
عنوان URL الرسمي https://chromewebstore.google.com/detail/html-content-extractor/hlfclpmdlncebblfafnegijjbnmjegkh
الوصف Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…
حجم الملف 39.01 KB
عدد التثبيتات 103
النسخة الحالية 1.0
آخر تحديث 2023-04-18
تاريخ النشر 2023-04-18
المطور Peter77
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML Content Extractor",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/text.png",
            "48": "\/icons\/text.png",
            "128": "\/icons\/text.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "readability.js",
                "content-script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/icons\/text.png",
        "48": "\/icons\/text.png",
        "128": "\/icons\/text.png"
    }
}