Inspect and view changes in Table To Text source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Table To Text",
"description": "One click table to CSV, JSON or other formats.",
"version": "1.2",
"action": {
"default_popup": "popup/popup.html",
"default_icon": {
"16": "icons/prod/icon16.png",
"32": "icons/prod/icon32.png",
"48": "icons/prod/icon48.png",
"128": "icons/prod/icon128.png"
}
},
"icons": {
"16": "icons/prod/icon16.png",
"32": "icons/prod/icon32.png",
"48": "icons/prod/icon48.png",
"128": "icons/prod/icon128.png"
},
"permissions": [
"scripting",
"activeTab",
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "tabletotext@redshock.com"
}
},
"options_ui": {
"page": "scripts/page.html"
}
}