Chrome Web Scraper

Chrome extension to automatically scrape text from websites. All data is automatically saved to a text file.

O que é Chrome Web Scraper?

Chrome Web Scraper é uma extensão do Chrome desenvolvida por dylanrstevens, e sua principal característica é "Chrome extension to automatically scrape text from websites. All data is automatically saved to a text file.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chrome Web Scraper

Baixe arquivos de extensão Chrome Web Scraper 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

                        Quickly gather the raw text from a website, and have it automatically parsed and saved to a text file for you. Perfect for developers, or those looking to gather large amounts of real text data efficiently.                    

Informações Básicas da Extensão

Nome Chrome Web Scraper Chrome Web Scraper
ID obhkinejeakgfelofmgbjdenckknmeoc
URL Oficial https://chromewebstore.google.com/detail/chrome-web-scraper/obhkinejeakgfelofmgbjdenckknmeoc
Descrição Chrome extension to automatically scrape text from websites. All data is automatically saved to a text file.
Tamanho do Arquivo 198 KB
Contagem de Instalações 56
Versão Atual 1.0
Última Atualização 2022-08-07
Data de Publicação 2022-08-07
Desenvolvedor dylanrstevens
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/dylanrstevens/chrome-web-scraper
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chrome Web Scraper",
    "version": "1.0",
    "description": "Chrome extension to automatically scrape text from websites. All data is automatically saved to a text file.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Chrome Web Scraper",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "downloads"
    ]
}