By: evroon
Inspect and view changes in GitHub-PyCharm source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitHub-PyCharm",
"version": "1.2",
"description": "Opens GitHub files in PyCharm.",
"homepage_url": "https://github.com/evroon/github-pycharm",
"developer": {
"name": "evroon",
"url": "https://github.com/evroon"
},
"icons": {
"48": "icons/border-48.png"
},
"content_scripts": [
{
"matches": [
"*://github.com/*"
],
"js": [
"content-script.js"
]
}
],
"background": {
"scripts": [
"background-script.js"
]
}
} Best GitHub-PyCharm Alternatives
Here are some Firefox add-ons that are similar to GitHub-PyCharm:
Open in (GitHub) Dev!
OveringOwl
Github1s Extension
imDarkempire
GitHub to JetBrains IDE
t9craft
GitHub Web IDE
zvizvi
Shader Graph GitHub previewer
Stelios Petrakis
GitHub Enjoyer
PEXT
GitHub On One Click
Parul
Open in CodeSandbox
CodeSandbox
Page action button for Github.Dev
emvaized
Github to Stackblitz
Firefox user 14101245