Modern Python Docs Firefox

Examine source code of Modern Python Docs

Por: Mark1152
Inspect and view changes in Modern Python Docs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Modern Python Docs",
  "version": "1.0",
  "description": "Redirects all Python 2 doc pages to the matching Python 3 page.",
  "content_scripts": [
    {
      "matches": [
        "*://docs.python.org/2*"
      ],
      "js": [
        "redirect.js"
      ]
    }
  ]
}

Mejores alternativas Modern Python Docs

Aquí hay algunas Firefox add-ons que son similares a Modern Python Docs: