PythonDoc Firefox

Examine source code of PythonDoc

By: herch
Inspect and view changes in PythonDoc source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PythonDoc",
  "version": "0.2resigned1",
  "description": "A small extension that adds a button to search the python documentation.",
  "homepage_url": "https://github.com/herch0/pythondoc",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-32.png",
    "default_title": "Python Doc",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "pythondoc.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bcbba44e-6e91-4d48-b6b3-57228ee0225d}"
    }
  }
}

Best PythonDoc Alternatives

Here are some Firefox add-ons that are similar to PythonDoc: