Table Extractor
Export all table content on a webpage to json or csv in a single click.
What is Table Extractor?
Table Extractor is a Chrome extension developed by akopyany, and its main feature is "Export all table content on a webpage to json or csv in a single click.".
Extension Screenshots
Download Table Extractor Extension CRX File
Download Table Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Table Extractor |
ID | bplejbaicgjafneipkgikahgengigkpe |
Official URL | https://chromewebstore.google.com/detail/table-extractor/bplejbaicgjafneipkgikahgengigkpe |
Description | Export all table content on a webpage to json or csv in a single click. |
File Size | 5.66 KB |
Installation Count | 66 |
Current Version | 1.0 |
Last Updated | 2023-09-25 |
Publish Date | 2023-09-25 |
Developer | akopyany |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } } |