提供元: 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"
]
}
} ベストのGitHub-PyCharm代替案
GitHub-PyCharmに類似したFirefox add-onをいくつか紹介します:
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 VSCode.Dev
emvaized
Github to Stackblitz
Firefox user 14101245