Table Data Export

Table Data Export Plugin

Qu'est-ce que Table Data Export ?

Table Data Export est une extension Chrome développée par Yasir Arafat, et sa fonction principale est "Table Data Export Plugin".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Table Data Export

Téléchargez les fichiers d'extension Table Data Export au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Table Data Export Table Data Export
ID edekdaabfonaodpbggccaamfhggjggki
URL Officiel https://chromewebstore.google.com/detail/table-data-export/edekdaabfonaodpbggccaamfhggjggki
Description Table Data Export Plugin
Taille du Fichier 9.83 KB
Nombre d'Installations 1,266
Version Actuelle 1.0.3
Dernière Mise à Jour 2021-07-28
Date de Publication 2019-02-15
Évaluation 4.67/5 Total 3 Évaluations
Développeur Yasir Arafat
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}