제작자: Mateusz Maćkowski
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}"
}
}
} 최고의 py3redirect 대안
다음은 py3redirect과(와) 유사한 Firefox add-on입니다:
Modern Python Docs
Mark1152
python-doc
nspain
Django Docs Version Switcher
Doug Harris
Django Redirect
JetBlackPope
ansible-redirect
janw
Postgres Docs Redirect
Tommaso A
Java Redirector
RoiEX
No Google Translate Websites
Enzo
pg_docs_bot
michristofides
Redirect to Google
novafalcon
Python No Highlight
Baptiste Mispelon
Rustdoc URL auto-redirect
Peter