Table Extractor

Export all table content on a webpage to json or csv in a single click.

Qu'est-ce que Table Extractor ?

Table Extractor est une extension Chrome développée par akopyany, et sa fonction principale est "Export all table content on a webpage to json or csv in a single click.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Table Extractor

Téléchargez les fichiers d'extension Table Extractor 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

                        Extract tables on webpage to CSV or JSON. Forget about manually selecting tables and content. The tool will find all html tables on a page and make a json or csv of each one.                    

Informations de Base sur l'Extension

Nom Table Extractor Table Extractor
ID bplejbaicgjafneipkgikahgengigkpe
URL Officiel https://chromewebstore.google.com/detail/table-extractor/bplejbaicgjafneipkgikahgengigkpe
Description Export all table content on a webpage to json or csv in a single click.
Taille du Fichier 5.66 KB
Nombre d'Installations 66
Version Actuelle 1.0
Dernière Mise à Jour 2023-09-25
Date de Publication 2023-09-25
Développeur akopyany
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Table Extractor",
    "version": "1.0",
    "description": "Export all table content on a webpage to json or csv in a single click.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": []
    }
}