Table Extractor - Download any Table as a CSV

The extension downloads HTML tables in CSV format.

Was ist Table Extractor - Download any Table as a CSV?

Table Extractor - Download any Table as a CSV ist eine Chrome-Erweiterung, die von Agency Enterprise entwickelt wurde, und ihr Hauptmerkmal ist "The extension downloads HTML tables in CSV format.".

Erweiterungsscreenshots

screenshot

Table Extractor - Download any Table as a CSV-Erweiterungs-CRX-Datei herunterladen

Laden Sie Table Extractor - Download any Table as a CSV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Table Extractor - Download any Table as a CSV Table Extractor - Download any Table as a CSV
ID gojdhcmbagbdfpfpcdchieopbomnnohj
Offizielle URL https://chromewebstore.google.com/detail/table-extractor-download/gojdhcmbagbdfpfpcdchieopbomnnohj
Beschreibung The extension downloads HTML tables in CSV format.
Dateigröße 7.91 KB
Installationsanzahl 528
Aktuelle Version 1.0
Letztes Update 2022-03-08
Veröffentlichungsdatum 2022-03-08
Entwickler Agency Enterprise
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}