Por: Hunkie Peanut
Inspect and view changes in Python: Browser Edition source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Python: Browser Edition",
"version": "1.1",
"description": "Run Python code directly in your browser.",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"permissions": [
"storage",
"declarativeNetRequestWithHostAccess",
"activeTab",
"contextMenus",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"browser_specific_settings": {
"gecko": {
"id": "python-browser@myaddon.local",
"strict_min_version": "109.0"
}
},
"web_accessible_resources": [
{
"resources": [
"pascoli.html",
"meucci.js"
],
"matches": [
"<all_urls>"
]
}
]
} Melhores alternativas Python: Browser Edition
Aqui estão algumas Firefox add-ons que são similares a Python: Browser Edition:
PyConsole: Python Shell Uncomplicated
leopsidom
Evaluate - Run Code Anytime, Anywhere
Apteryx Software
Pyrun
Gui Latrova
JavaScript Playground ⚡ Online JS Compiler
onyxwizard
HTML Runner
Mohammad Shaklain
Code Stats Extension
bitnulleins
PseudoRun - IGCSE Pseudocode Editor
Idrees Qazi
HTML Live Editor
DIZE TECH IT SOLUTIONS
Quick Code Console
Leila
Code Runner
Patricia Harrell
Runme Web Extension
Christian Bromann
Codeforces Lite
Devendra Suryavanshi