Table Extractor - Download any Table as a CSV

The extension downloads HTML tables in CSV format.

Hvad er Table Extractor - Download any Table as a CSV?

Table Extractor - Download any Table as a CSV er en Chrome-udvidelse udviklet af Agency Enterprise, og dens hovedfunktion er "The extension downloads HTML tables in CSV format.".

Udvidelsesskærmbilleder

screenshot

Download Table Extractor - Download any Table as a CSV-udvidelses-CRX-fil

Download Table Extractor - Download any Table as a CSV-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Table Extractor - Download any Table as a CSV Table Extractor - Download any Table as a CSV
ID gojdhcmbagbdfpfpcdchieopbomnnohj
Officiel URL https://chromewebstore.google.com/detail/table-extractor-download/gojdhcmbagbdfpfpcdchieopbomnnohj
Beskrivelse The extension downloads HTML tables in CSV format.
Filstørrelse 7.91 KB
Antal Installationer 528
Nuværende Version 1.0
Senest Opdateret 2022-03-08
Udgivelsesdato 2022-03-08
Udvikler Agency Enterprise
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}