HTML table to csv

This extension convert html tables to csv files.

Was ist HTML table to csv?

HTML table to csv ist eine Chrome-Erweiterung, die von yazaneweb entwickelt wurde, und ihr Hauptmerkmal ist "This extension convert html tables to csv files.".

Erweiterungsscreenshots

screenshot

HTML table to csv-Erweiterungs-CRX-Datei herunterladen

Laden Sie HTML table to 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

                        This extension allow you to export all the HTML tables in the current page as a csv file.                    

Grundlegende Informationen zur Erweiterung

Name HTML table to csv HTML table to csv
ID ekcjldfelniofapdjpdpbknojmnnmoba
Offizielle URL https://chromewebstore.google.com/detail/html-table-to-csv/ekcjldfelniofapdjpdpbknojmnnmoba
Beschreibung This extension convert html tables to csv files.
Dateigröße 753 KB
Installationsanzahl 863
Aktuelle Version 1.1
Letztes Update 2022-07-02
Veröffentlichungsdatum 2022-06-29
Bewertung 2.50/5 Insgesamt 2 Bewertungen
Entwickler yazaneweb
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HTML table to csv",
    "description": "This extension convert html tables to csv files.",
    "version": "1.1",
    "action": {
        "default_icon": "img\/logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/loading.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}