By: Sudharsan GS
Inspect and view changes in Table to CSV source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Table to CSV",
"version": "1.0",
"description": "Converts tables on any webpage to CSV or JSON",
"icons": {
"48": "icon.png"
},
"permissions": [
"activeTab"
],
"action": {
"default_icon": "icon.png",
"default_title": "Convert Table",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "sudharsangs.99-table-csv@gmail.com"
}
}
} Best Table to CSV Alternatives
Here are some Firefox add-ons that are similar to Table to CSV: