Examine source code of Dynamic Chart Extensions

Inspect and view changes in Dynamic Chart Extensions 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": "Dynamic Chart Extensions",
  "description": "Visualize your table into charts",
  "icons": {
    "16": "dynamic_chart_logo.png"
  },
  "version": "1.0.0.0",
  "action": {
    "default_popup": "chart_generator.html",
    "default_icon": "dynamic_chart_logo.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "_favicon/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "scripting",
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}