제작자: a7madgamal
Inspect and view changes in Open Github in editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Open Github in editor",
"version": "1.1.1",
"description": "Opens github PR diff lines and files locally in your editor. Supports vscode, vscode-insiders and textmate. more to come!",
"manifest_version": 2,
"permissions": [
"storage"
],
"options_ui": {
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"run_at": "document_idle",
"js": [
"contentScript.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"32": "icons/32.png",
"38": "icons/38.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "eng.a7mad.gamal@gmail.com",
"strict_min_version": "65.0"
}
}
} 최고의 Open Github in editor 대안
다음은 Open Github in editor과(와) 유사한 Firefox add-on입니다:
Open in (GitHub) Dev!
OveringOwl
GitHub Web IDE
zvizvi
GitHub Code Editors
Yankee Maharjan
Open GitHub or Gitlab in IDE
Victor
Github1s Extension
imDarkempire
peek – GitHub to local editor in 1 click
Jarred Sumner
Open in VSCode
Youssef Atta'i
Open in Colab
Suraj
open open.vscode.dev by right click
smarthug
Open in Visual Studio Code
TheNightmanCodeth
GitHub Diff Explorer
Alex D
VS Code Web
Rakibur Rahaman