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…

Co je HTML Content Extractor?

HTML Content Extractor je rozšíření Chrome vyvinuté Peter77, a jeho hlavní funkcí je „Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření HTML Content Extractor

Stáhněte si soubory rozšíření HTML Content Extractor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název HTML Content Extractor HTML Content Extractor
ID hlfclpmdlncebblfafnegijjbnmjegkh
Oficiální URL https://chromewebstore.google.com/detail/html-content-extractor/hlfclpmdlncebblfafnegijjbnmjegkh
Popis Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…
Velikost souboru 39.01 KB
Počet instalací 103
Aktuální Verze 1.0
Poslední Aktualizace 2023-04-18
Datum Vydání 2023-04-18
Vývojář Peter77
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}