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 là gì?

HTML Content Extractor là một tiện ích mở rộng Chrome được phát triển bởi Peter77, và tính năng chính của nó là "Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HTML Content Extractor

Tải xuống các tệp mở rộng HTML Content Extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HTML Content Extractor HTML Content Extractor
ID hlfclpmdlncebblfafnegijjbnmjegkh
URL Chính Thức https://chromewebstore.google.com/detail/html-content-extractor/hlfclpmdlncebblfafnegijjbnmjegkh
Mô tả Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…
Kích Thước Tệp 39.01 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-04-18
Ngày Phát Hành 2023-04-18
Nhà Phát Triển Peter77
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}