Modern Python Docs Firefox

Examine source code of Modern Python Docs

作者: Mark1152 Add-on
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"
      ]
    }
  ]
}

最佳 Modern Python Docs 替代方案

这里是一些与Modern Python Docs类似的Firefox add-on: