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…

O que é HTML Content Extractor?

HTML Content Extractor é uma extensão do Chrome desenvolvida por Peter77, e sua principal característica é "Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HTML Content Extractor

Baixe arquivos de extensão HTML Content Extractor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome HTML Content Extractor HTML Content Extractor
ID hlfclpmdlncebblfafnegijjbnmjegkh
URL Oficial https://chromewebstore.google.com/detail/html-content-extractor/hlfclpmdlncebblfafnegijjbnmjegkh
Descrição Extract and display the main content from web pages with a single click. Web Content Extractor is a free and user-friendly Chrome…
Tamanho do Arquivo 39.01 KB
Contagem de Instalações 103
Versão Atual 1.0
Última Atualização 2023-04-18
Data de Publicação 2023-04-18
Desenvolvedor Peter77
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}