JSON to Table Converter - Easy Copy

JSON to Table Converter - Easy Copy

The JSON to Table Converter is a powerful Chrome extension designed to streamline your data anlysis workflow.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "JSON to Table Converter - Easy Copy",
  "version": "1.0",
  "description": "The JSON to Table Converter is a powerful Chrome extension designed to streamline your data anlysis workflow.",
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_popup": "pages/json_to_table.html",
    "default_icon": {
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "128": "icons/icon128.png"
  }
}