Table Extractor - Download any Table as a CSV

The extension downloads HTML tables in CSV format.

Qu'est-ce que Table Extractor - Download any Table as a CSV ?

Table Extractor - Download any Table as a CSV est une extension Chrome développée par Agency Enterprise, et sa fonction principale est "The extension downloads HTML tables in CSV format.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Table Extractor - Download any Table as a CSV

Téléchargez les fichiers d'extension Table Extractor - Download any Table as a CSV 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 in CSV format. Perfect to use in Microsoft Excel or Google Sheets

Click the icon and then click on the table to download

The extension downloads HTML tables in CSV format.                    

Informations de Base sur l'Extension

Nom Table Extractor - Download any Table as a CSV Table Extractor - Download any Table as a CSV
ID gojdhcmbagbdfpfpcdchieopbomnnohj
URL Officiel https://chromewebstore.google.com/detail/table-extractor-download/gojdhcmbagbdfpfpcdchieopbomnnohj
Description The extension downloads HTML tables in CSV format.
Taille du Fichier 7.91 KB
Nombre d'Installations 528
Version Actuelle 1.0
Dernière Mise à Jour 2022-03-08
Date de Publication 2022-03-08
Développeur Agency Enterprise
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table Extractor - Download any Table as a CSV",
    "manifest_version": 3,
    "version": "1.0",
    "description": "The extension downloads HTML tables in CSV format.",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}