Table Extractor

Export all table content on a webpage to json or csv in a single click.

O que é Table Extractor?

Table Extractor é uma extensão do Chrome desenvolvida por akopyany, e sua principal característica é "Export all table content on a webpage to json or csv in a single click.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Table Extractor

Baixe arquivos de extensão Table 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 tables on webpage to CSV or JSON. Forget about manually selecting tables and content. The tool will find all html tables on a page and make a json or csv of each one.                    

Informações Básicas da Extensão

Nome Table Extractor Table Extractor
ID bplejbaicgjafneipkgikahgengigkpe
URL Oficial https://chromewebstore.google.com/detail/table-extractor/bplejbaicgjafneipkgikahgengigkpe
Descrição Export all table content on a webpage to json or csv in a single click.
Tamanho do Arquivo 5.66 KB
Contagem de Instalações 66
Versão Atual 1.0
Última Atualização 2023-09-25
Data de Publicação 2023-09-25
Desenvolvedor akopyany
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": "Table Extractor",
    "version": "1.0",
    "description": "Export all table content on a webpage to json or csv in a single click.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": []
    }
}