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
screenshot
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
Ηλεκτρονικό ταχυδρομείο dengziyang77@gmail.com
Τύπος Πληρωμής 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"
    }
}