Table to CSV

Any html table you click on is downloaded in csv format.

Wat is Table to CSV?

Table to CSV is een Chrome-extensie ontwikkeld door kiko, en de belangrijkste functie is "Any html table you click on is downloaded in csv format.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Table to CSV

Download 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

                        Shift+click on any html table to download in csv format. Works on tables that have inputs. Wraps each column in double quotes and escapes double quotes in table data, so commas and quotes are ok to have in your html column data.                    

Basisinformatie over de Extensie

Naam Table to CSV Table to CSV
ID obbfbcfdflibnmadiigfgkkheoncmkfi
Officiële URL https://chrome.google.com/webstore/detail/table-to-csv/obbfbcfdflibnmadiigfgkkheoncmkfi
Beschrijving Any html table you click on is downloaded in csv format.
Bestandsgrootte 5.68 KB
Aantal Installaties 493
Huidige Versie 1.0.3
Laatst Bijgewerkt 2021-08-22
Publicatiedatum 2020-09-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar kiko
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://rickastleybomb.mediabot.ca/privacy.php
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Table to CSV",
    "description": "Any html table you click on is downloaded in csv format.",
    "version": "1.0.3",
    "icons": {
        "128": "table-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}