Examine source code of Multiplication Table

Inspect and view changes in Multiplication Table 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Multiplication Table",
  "version": "1.2",
  "manifest_version": 2,
  "description": "Drop down multiplication table.",
  "author": "Samantha Warren",
  "icons": {
    "128": "00D7.png"
  },
  "browser_action": {
    "default_icon": "00D7.png",
    "default_popup": "popup.html"
  }
}