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…

Cos'è HTML Content Extractor?

HTML Content Extractor è un'estensione di Chrome sviluppata da Peter77, e la sua funzione principale è "Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HTML Content Extractor

Scarica i file di estensione HTML Content Extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HTML Content Extractor HTML Content Extractor
ID hlfclpmdlncebblfafnegijjbnmjegkh
URL Ufficiale https://chromewebstore.google.com/detail/html-content-extractor/hlfclpmdlncebblfafnegijjbnmjegkh
Descrizione Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…
Dimensione del File 39.01 KB
Conteggio Installazioni 103
Versione Corrente 1.0
Ultimo Aggiornamento 2023-04-18
Data di Pubblicazione 2023-04-18
Sviluppatore Peter77
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}