Dynamic Periodic Table

The world's most popular periodic table in app form! Dynamic layouts, trends, orbitals, thousands of isotopes, and writeups.
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": "http://clients2.google.com/service/update2/crx",
  "name": "Dynamic Periodic Table",
  "description": "The world's most popular periodic table in app form! Dynamic layouts, trends, orbitals, thousands of isotopes, and writeups.",
  "manifest_version": 2,
  "version": "1.0",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://www.ptable.com/"
    ],
    "launch": {
      "web_url": "http://www.ptable.com/"
    }
  }
}