HTML table to csv

This extension convert html tables to csv files.

Wat is HTML table to csv?

HTML table to csv is een Chrome-extensie ontwikkeld door yazaneweb, en de belangrijkste functie is "This extension convert html tables to csv files.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HTML table to csv

Download HTML table to csv-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam HTML table to csv HTML table to csv
ID ekcjldfelniofapdjpdpbknojmnnmoba
Officiële URL https://chromewebstore.google.com/detail/html-table-to-csv/ekcjldfelniofapdjpdpbknojmnnmoba
Beschrijving This extension convert html tables to csv files.
Bestandsgrootte 753 KB
Aantal Installaties 863
Huidige Versie 1.1
Laatst Bijgewerkt 2022-07-02
Publicatiedatum 2022-06-29
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar yazaneweb
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}