HTML table to csv

This extension convert html tables to csv files.

Hvad er HTML table to csv?

HTML table to csv er en Chrome-udvidelse udviklet af yazaneweb, og dens hovedfunktion er "This extension convert html tables to csv files.".

Udvidelsesskærmbilleder

screenshot

Download HTML table to csv-udvidelses-CRX-fil

Download HTML table to 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

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

Grundlæggende oplysninger om udvidelsen

Navn HTML table to csv HTML table to csv
ID ekcjldfelniofapdjpdpbknojmnnmoba
Officiel URL https://chromewebstore.google.com/detail/html-table-to-csv/ekcjldfelniofapdjpdpbknojmnnmoba
Beskrivelse This extension convert html tables to csv files.
Filstørrelse 753 KB
Antal Installationer 863
Nuværende Version 1.1
Senest Opdateret 2022-07-02
Udgivelsesdato 2022-06-29
Bedømmelse 2.50/5 Samlet 2 Bedømmelser
Udvikler yazaneweb
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}