Examine source code of Force.com Migration Tool Package Creator

Inspect and view changes in Force.com Migration Tool Package Creator 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
{
  "content_scripts": [
    {
      "js": [
        "js/jquery.min.js",
        "js/FileSaver.js",
        "js/jquery.xml2json.js",
        "js/workbench_metadata.user.js"
      ],
      "matches": [
        "https://workbench.developerforce.com/metadataDescribeAndList.php*"
      ]
    },
    {
      "js": [
        "js/jquery.min.js",
        "js/workbench_object.user.js"
      ],
      "matches": [
        "https://workbench.developerforce.com/describe.php*"
      ]
    }
  ],
  "description": "Create XML package to use with Ant on top of Salesforce Workbench. Go to Workbench and browse Metadata. By Elie Perez",
  "icons": {
    "128": "img/service-package-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnWlBZDhEAWwVVIlUDqIZDsGyl+F3qmVlJWBhL+gvs+ZoLtKHkUmF/29TN/t+lMOvHSeux6XaKKi+P7Hk+wPG7KescbOfpwPSEpqy9yFsIT42KrZRmUW/C3BizqRu3BRcjKEHSDUQ+J2HfzKS0WNkhNgMpZqyT/Bvk7b5hTuJ1WhAEYY9XAdmkPdova+udv/TXzrEZISgZfnNsRIZpGqnyiSLC164QDwANBmPdWAO9yGqYSxK2kObBfyyV6cULY2qkweXCm4PkoMjzfsP1OXV3SYZVVZuEnZFPn0TChHi1c1puOS/LqLh7PO2n8N33stPMqVdeHJH6AZCfNHAuL7llQIDAQAB",
  "manifest_version": 3,
  "name": "Force.com Migration Tool Package Creator",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.5"
}