Table Data Export

Table Data Export Plugin

Was ist Table Data Export?

Table Data Export ist eine Chrome-Erweiterung, die von Yasir Arafat entwickelt wurde, und ihr Hauptmerkmal ist "Table Data Export Plugin".

Erweiterungsscreenshots

screenshot
screenshot

Table Data Export-Erweiterungs-CRX-Datei herunterladen

Laden Sie Table Data Export-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

                        Table Data Export plugin gives you the ability to easily export HTML tables to the CSV. It needs a little information though to start with, it needs table's id/class value which needs to be exported to CSV. It comes with below features:
	i) User can either select ALL Columns or a column range for export
	ii) There is a provision for file name where User can give the name of the file to be exported
	iii) It just needs either HTML table's id or class value to be exported                    

Grundlegende Informationen zur Erweiterung

Name Table Data Export Table Data Export
ID edekdaabfonaodpbggccaamfhggjggki
Offizielle URL https://chromewebstore.google.com/detail/table-data-export/edekdaabfonaodpbggccaamfhggjggki
Beschreibung Table Data Export Plugin
Dateigröße 9.83 KB
Installationsanzahl 1,266
Aktuelle Version 1.0.3
Letztes Update 2021-07-28
Veröffentlichungsdatum 2019-02-15
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler Yasir Arafat
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table Data Export",
    "short_name": "Table Export",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Table Data Export Plugin",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Table Data Export",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}