Table Extractor - Download any Table as a CSV

The extension downloads HTML tables in CSV format.

Wat is Table Extractor - Download any Table as a CSV?

Table Extractor - Download any Table as a CSV is een Chrome-extensie ontwikkeld door Agency Enterprise, en de belangrijkste functie is "The extension downloads HTML tables in CSV format.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Table Extractor - Download any Table as a CSV

Download Table Extractor - Download any Table as a 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

                        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.                    

Basisinformatie over de Extensie

Naam Table Extractor - Download any Table as a CSV Table Extractor - Download any Table as a CSV
ID gojdhcmbagbdfpfpcdchieopbomnnohj
Officiële URL https://chromewebstore.google.com/detail/table-extractor-download/gojdhcmbagbdfpfpcdchieopbomnnohj
Beschrijving The extension downloads HTML tables in CSV format.
Bestandsgrootte 7.91 KB
Aantal Installaties 528
Huidige Versie 1.0
Laatst Bijgewerkt 2022-03-08
Publicatiedatum 2022-03-08
Ontwikkelaar Agency Enterprise
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}