HTML table to csv
This extension convert html tables to csv files.
What is HTML table to csv?
HTML table to csv is a Chrome extension developed by yazaneweb, and its main feature is "This extension convert html tables to csv files.".
Extension Screenshots
Download HTML table to csv Extension CRX File
Download HTML table to csv 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
This extension allow you to export all the HTML tables in the current page as a csv file.
Extension Basic Information
Name | HTML table to csv |
ID | ekcjldfelniofapdjpdpbknojmnnmoba |
Official URL | https://chromewebstore.google.com/detail/html-table-to-csv/ekcjldfelniofapdjpdpbknojmnnmoba |
Description | This extension convert html tables to csv files. |
File Size | 753 KB |
Installation Count | 863 |
Current Version | 1.1 |
Last Updated | 2022-07-02 |
Publish Date | 2022-06-29 |
Rating | 2.50/5 Total 2 Ratings |
Developer | yazaneweb |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTML table to csv", "description": "This extension convert html tables to csv files.", "version": "1.1", "action": { "default_icon": "img\/logo.png", "default_popup": "index.html" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab", "scripting" ], "web_accessible_resources": [ { "resources": [ "img\/loading.gif" ], "matches": [ " |