By: Doug Harris
Inspect and view changes in Unified Docs Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Unified Docs Switcher",
"description": "Automatically redirect to preferred documentation version for many projects",
"author": "Doug Harris",
"browser_specific_settings": {
"gecko": {
"id": "unified_docs_switcher@dougharris.github.io",
"strict_min_version": "53.0"
}
},
"version": "1.0.4",
"icons": {
"48": "books48.png",
"128": "books.png"
},
"background": {
"scripts": [
"browser-polyfill.min.js",
"background.js"
]
},
"browser_action": {
"default_icon": "books.png",
"default_title": "Doc Switcher",
"default_popup": "popup/switcher-popup.html"
},
"content_scripts": [
{
"matches": [
"https://docs.celeryq.dev/*",
"https://docs.djangoproject.com/*",
"https://docs.python.org/*",
"https://docs.wagtail.org/*",
"https://www.postgresql.org/docs/*"
],
"js": [
"browser-polyfill.min.js",
"content-script.js"
],
"css": [
"doc-switcher.css"
]
}
],
"permissions": [
"https://docs.celeryq.dev/*",
"https://docs.djangoproject.com/*",
"https://docs.python.org/*",
"https://docs.wagtail.org/*",
"https://www.postgresql.org/docs/*",
"webRequest",
"webRequestBlocking",
"storage"
]
} Best Unified Docs Switcher Alternatives
Here are some Firefox add-ons that are similar to Unified Docs Switcher:
Django Docs Version Switcher
Doug Harris
Postgres Docs Redirect
Tommaso A
pg_docs_bot
michristofides
Django Redirect
JetBlackPope
ansible-redirect
janw
python-doc
nspain
Apple Docs Force Default Language
Dimitar Nestorov
msdn-delocalizer
Friedrich von Never
GoDoc
Vincent Batoufflet
myJDoc
TheDavidDelta
Rustdoc URL auto-redirect
Peter
DevDocs Companion
GK88