Inspect and view changes in Godot Docs Stable source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Godot Docs Stable",
"version": "1.0",
"description": "Makes sure that when you visit a Godot doc page, it goes to the docs of the stable version of Godot.",
"icons": {
"48": "icons/godot-docs-stable-48.png",
"96": "icons/godot-docs-stable@2x.png"
},
"permissions": [
"tabs",
"webRequest",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"*://*.docs.godotengine.org/*"
],
"js": []
}
],
"background": {
"scripts": [
"godot-docs-stable.js"
]
}
} Best Godot Docs Stable Alternatives
Here are some Firefox add-ons that are similar to Godot Docs Stable:
GoDoc
Vincent Batoufflet
Rustdoc URL auto-redirect
Peter
pg_docs_bot
michristofides
Unified Docs Switcher
Doug Harris
Golang Github Docs
Kevin
Stackgo
Sibi Prabakaran
Jump to docs for Bevy
Mriganka Basu Roy Chowdhury
Django Docs Version Switcher
Doug Harris
Wikipedia Stable
irondoorsavesusall
Postgres Docs Redirect
Tommaso A
python-doc
nspain
Godocs Highlighter
remvnz