By: 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"
]
}
]
} Best Modern Python Docs Alternatives
Here are some Firefox add-ons that are similar to Modern Python Docs:
py3redirect
Mateusz Maćkowski
python-doc
nspain
Django Redirect
JetBlackPope
Unified Docs Switcher
Doug Harris
pg_docs_bot
michristofides
Postgres Docs Redirect
Tommaso A
ansible-redirect
janw
Django Docs Version Switcher
Doug Harris
Microsoft Docs Intl Redirect
DerLev
Java Redirector
RoiEX
Rustdoc URL auto-redirect
Peter
Python Search
sblondon