https://github.com/sjkingo/python_docs_version_switcher
Google Chrome extension that allows you to persistently set the version on docs.python.org
https://github.com/sjkingo/python_docs_version_switcher
chrome-extension google-chrome python python-docs
Last synced: 8 months ago
JSON representation
Google Chrome extension that allows you to persistently set the version on docs.python.org
- Host: GitHub
- URL: https://github.com/sjkingo/python_docs_version_switcher
- Owner: sjkingo
- Created: 2015-06-23T01:51:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T02:04:49.000Z (over 10 years ago)
- Last Synced: 2025-02-10T07:15:28.947Z (10 months ago)
- Topics: chrome-extension, google-chrome, python, python-docs
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Docs Version Switcher extension
This is an extension for Google Chrome that allows you to persistently set the
version on `docs.python.org` to use. For instance, setting it to `3.5` and then
browsing to the docs for `2.7` will automatically redirect you to the version
you specified.
## Manual installation
The extension is not (yet) available on the Chrome Store, so it must be installed manually:
1. [Download the extension](https://github.com/sjkingo/python_docs_version_switcher/releases/download/1.0/python_docs_version_switcher.crx) (version 1.0)
2. Open the Chrome Extensions page and drag the extension in and drop it on the page.
3. You will see a popup asking if you wish to install the extension.
No warranty is given - use at your own risk!
Tested on Google Chrome 44 beta (Linux) but should work anywhere.