Table Download

Download HTML Tables from pages in spreadsheet format

Qu'est-ce que Table Download ?

Table Download est une extension Chrome développée par Arun, et sa fonction principale est "Download HTML Tables from pages in spreadsheet format".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Table Download

Téléchargez les fichiers d'extension Table Download au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Table Download Table Download
ID fgbeljjpgojmkhficlfdeclfmfmgkahp
URL Officiel https://chromewebstore.google.com/detail/table-download/fgbeljjpgojmkhficlfdeclfmfmgkahp
Description Download HTML Tables from pages in spreadsheet format
Taille du Fichier 70.35 KB
Nombre d'Installations 1,045
Version Actuelle 2.1
Dernière Mise à Jour 2023-12-04
Date de Publication 2021-08-04
Développeur Arun
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/arunelias/table-download
URL de la Page d'Aide https://github.com/arunelias/table-download/issues
Langues Prises en Charge 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"
}