Table Extractor - Download any Table as a CSV

The extension downloads HTML tables in CSV format.

Cos'è Table Extractor - Download any Table as a CSV?

Table Extractor - Download any Table as a CSV è un'estensione di Chrome sviluppata da Agency Enterprise, e la sua funzione principale è "The extension downloads HTML tables in CSV format.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Table Extractor - Download any Table as a CSV

Scarica i file di estensione Table Extractor - Download any Table as a CSV in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Table Extractor - Download any Table as a CSV Table Extractor - Download any Table as a CSV
ID gojdhcmbagbdfpfpcdchieopbomnnohj
URL Ufficiale https://chromewebstore.google.com/detail/table-extractor-download/gojdhcmbagbdfpfpcdchieopbomnnohj
Descrizione The extension downloads HTML tables in CSV format.
Dimensione del File 7.91 KB
Conteggio Installazioni 528
Versione Corrente 1.0
Ultimo Aggiornamento 2022-03-08
Data di Pubblicazione 2022-03-08
Sviluppatore Agency Enterprise
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}