Examine source code of Tablas de Multiplicar

Inspect and view changes in Tablas de Multiplicar 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": "Tablas de Multiplicar",
  "version": "0.0.0.1",
  "manifest_version": 3,
  "description": "Las tabla de multiplicar en formato desplegable. Útil para multiplicaciones al instante.",
  "action": {
    "default_icon": "48.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  }
}