Table Extractor
Export all table content on a webpage to json or csv in a single click.
Cos'è Table Extractor?
Table Extractor è un'estensione di Chrome sviluppata da akopyany, e la sua funzione principale è "Export all table content on a webpage to json or csv in a single click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Table Extractor
Scarica i file di estensione Table Extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Table Extractor |
ID | bplejbaicgjafneipkgikahgengigkpe |
URL Ufficiale | https://chromewebstore.google.com/detail/table-extractor/bplejbaicgjafneipkgikahgengigkpe |
Descrizione | Export all table content on a webpage to json or csv in a single click. |
Dimensione del File | 5.66 KB |
Conteggio Installazioni | 66 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-09-25 |
Data di Pubblicazione | 2023-09-25 |
Sviluppatore | akopyany |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } } |