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…

Qu'est-ce que HTML Content Extractor ?

HTML Content Extractor est une extension Chrome développée par Peter77, et sa fonction principale est "Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HTML Content Extractor

Téléchargez les fichiers d'extension HTML Content Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HTML Content Extractor HTML Content Extractor
ID hlfclpmdlncebblfafnegijjbnmjegkh
URL Officiel https://chromewebstore.google.com/detail/html-content-extractor/hlfclpmdlncebblfafnegijjbnmjegkh
Description Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…
Taille du Fichier 39.01 KB
Nombre d'Installations 103
Version Actuelle 1.0
Dernière Mise à Jour 2023-04-18
Date de Publication 2023-04-18
Développeur Peter77
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}