Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Table to CSV Exporter",
"description": "Easily export HTML tables to Excel-compatible CSV files with UTF-8 support",
"version": "1.0.0",
"manifest_version": 3,
"permissions": [
"contextMenus",
"activeTab",
"storage",
"scripting"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup\/popup.html"
},
"icons": {
"32": "assets\/icons\/32x32.png",
"64": "assets\/icons\/64x64.png",
"128": "assets\/icons\/128x128.png"
}
}