Table Extractor
Export all table content on a webpage to json or csv in a single click.
Was ist Table Extractor?
Table Extractor ist eine Chrome-Erweiterung, die von akopyany entwickelt wurde, und ihr Hauptmerkmal ist "Export all table content on a webpage to json or csv in a single click.".
Erweiterungsscreenshots
Table Extractor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Table Extractor-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
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.
Grundlegende Informationen zur Erweiterung
Name | Table Extractor |
ID | bplejbaicgjafneipkgikahgengigkpe |
Offizielle URL | https://chromewebstore.google.com/detail/table-extractor/bplejbaicgjafneipkgikahgengigkpe |
Beschreibung | Export all table content on a webpage to json or csv in a single click. |
Dateigröße | 5.66 KB |
Installationsanzahl | 66 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-09-25 |
Veröffentlichungsdatum | 2023-09-25 |
Entwickler | akopyany |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [] } } |