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…

Was ist HTML Content Extractor?

HTML Content Extractor ist eine Chrome-Erweiterung, die von Peter77 entwickelt wurde, und ihr Hauptmerkmal ist "Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…".

Erweiterungsscreenshots

screenshot

HTML Content Extractor-Erweiterungs-CRX-Datei herunterladen

Laden Sie HTML Content Extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name HTML Content Extractor HTML Content Extractor
ID hlfclpmdlncebblfafnegijjbnmjegkh
Offizielle URL https://chromewebstore.google.com/detail/html-content-extractor/hlfclpmdlncebblfafnegijjbnmjegkh
Beschreibung Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…
Dateigröße 39.01 KB
Installationsanzahl 103
Aktuelle Version 1.0
Letztes Update 2023-04-18
Veröffentlichungsdatum 2023-04-18
Entwickler Peter77
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}