py3redirect Firefox

Examine source code of py3redirect

Inspect and view changes in py3redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "py3redirect",
  "description": "Automatically redirect to a specific Python 3 version's documentation",
  "author": "Mateusz \"m4tx\" Maćkowski",
  "version": "1.5",
  "icons": {
    "64": "icon.png",
    "128": "icon128.png"
  },
  "page_action": {
    "default_icon": "icon.png",
    "default_title": "Python 3 docs page",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "browser-wrapper.js",
      "special-cases.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://docs.python.org/*"
      ],
      "js": [
        "browser-wrapper.js",
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "*://docs.python.org/*",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c5a7894b-e3b0-457e-aa15-e1eb2b00d7a2}"
    }
  }
}

Best py3redirect Alternatives

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