McGraw Hill Problem Solver Firefox

Examine source code of McGraw Hill Problem Solver

By: Matt3
Inspect and view changes in McGraw Hill Problem Solver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "McGraw Hill Problem Solver",
  "version": "1.0",
  "description": "A Firefox extension to solve problems on the McGraw Hill Education site.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "https://*/*",
    "http://*/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.mcgraw-hill.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5df4d676-9b26-4926-a683-57d56c7a22af}"
    }
  }
}

Best McGraw Hill Problem Solver Alternatives

Here are some Firefox add-ons that are similar to McGraw Hill Problem Solver: