Modern Python Docs Firefox

Examine source code of Modern Python Docs

提供元: 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"
      ]
    }
  ]
}

ベストのModern Python Docs代替案

Modern Python Docsに類似したFirefox add-onをいくつか紹介します: