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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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