Table Download

Download HTML Tables from pages in spreadsheet format

O que é Table Download?

Table Download é uma extensão do Chrome desenvolvida por Arun, e sua principal característica é "Download HTML Tables from pages in spreadsheet format".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Table Download

Baixe arquivos de extensão Table Download 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

                        Download HTML tables from pages in spreadsheet format (XLS). Users can also copy HTML tables and paste them into the spreadsheet application without losing the table format.

The data is copied in raw HTML format, and a warning will be displayed while opening the downloaded file. Users need not be concerned, as HTML code is sanitized using the DOMPurify library. DOMPurify will strip out everything that contains dangerous HTML and thereby prevent XSS attacks and other nastiness.

Permissions Requested
Scripting and Active Tab: required to inject JavaScript code into the webpage of the active tab, which is only activated when the extension icon is clicked.

Table Download extension is Open Source. If you want to contribute to this project or encounter any issues please visit: https://github.com/arunelias/table-download                    

Informações Básicas da Extensão

Nome Table Download Table Download
ID fgbeljjpgojmkhficlfdeclfmfmgkahp
URL Oficial https://chromewebstore.google.com/detail/table-download/fgbeljjpgojmkhficlfdeclfmfmgkahp
Descrição Download HTML Tables from pages in spreadsheet format
Tamanho do Arquivo 70.35 KB
Contagem de Instalações 1,045
Versão Atual 2.1
Última Atualização 2023-12-04
Data de Publicação 2021-08-04
Desenvolvedor Arun
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/arunelias/table-download
URL da Página de Ajuda https://github.com/arunelias/table-download/issues
Idiomas Suportados de,en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "2.1",
    "manifest_version": 3,
    "homepage_url": "https:\/\/github.com\/arunelias\/table-download",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Table Download",
        "default_icon": "assets\/icon\/icon.png"
    },
    "icons": {
        "16": "assets\/icon\/icon.png",
        "32": "assets\/icon\/icon.png",
        "48": "assets\/icon\/icon.png",
        "64": "assets\/icon\/icon.png"
    },
    "default_locale": "en"
}