Website Table Exporter 제작자: llagerlof
Export websites' tables as JSON, CSV or Markdown format.
사용자 19명사용자 19명
확장 메타 데이터
스크린샷
정보
Website Table Exporter
Export table data from websites to CSV, JSON and Markdown directly to clipboard.
Browser Support
Compatible with Firefox and Chrome.
Export Format Examples
CSV Format: Perfect for spreadsheets and data analysis:
JSON Format: Ideal for developers and data processing:
Markdown Format: Great for documentation and README files:
Export table data from websites to CSV, JSON and Markdown directly to clipboard.
- FULL CLIENTE-SIDE. NO ADS. NO TRACKING.
- Open Source: Full source code available on GitHub
Browser Support
Compatible with Firefox and Chrome.
Export Format Examples
CSV Format: Perfect for spreadsheets and data analysis:
"Name","Age","City"
"John Doe",30,"New York"
"Jane Smith",25,"Los Angeles"
JSON Format: Ideal for developers and data processing:
[
{
"Name": "John Doe",
"Age": 30,
"City": "New York"
},
{
"Name": "Jane Smith",
"Age": 25,
"City": "Los Angeles"
}
]
Markdown Format: Great for documentation and README files:
| Name | Age | City |
| --- | --- | --- |
| John Doe | 30 | New York |
| Jane Smith | 25 | Los Angeles |
Full client-side.
0명이 0점으로 평가함
권한 및 데이터
추가 정보