提供元: Jarred Sumner Add-on
Inspect and view changes in peek – GitHub to local editor in 1 click source codes across current and past versions
Try xHeader →
Please login to examine the extension's source code.
manifest.json
{
"name": "peek – GitHub to local editor in 1 click",
"version": "0.0.2",
"manifest_version": 2,
"description": "Instantly open repositories, pull requests, and files to your local editor in a temp folder.",
"homepage_url": "https://github.com/Jarred-Sumner/git-peek-chrome-extension",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"scripts": [
"dist/background.js"
],
"persistent": false
},
"permissions": [
"tabs",
"https://*.github.com/*",
"storage"
],
"content_scripts": [
{
"matches": [
"https://*.github.com/*"
],
"js": [
"dist/inject/inject.js"
],
"css": [
"css/styles.css"
]
}
]
} ベストのpeek – GitHub to local editor in 1 click代替案
peek – GitHub to local editor in 1 clickに類似したFirefox add-onをいくつか紹介します:
Open Github in editor
a7madgamal
GitHub On One Click
Parul
GitHub Web IDE
zvizvi
Open in (GitHub) Dev!
OveringOwl
Repo Shortcuts
brammee
GitKraken Browser Extension
GitKraken
VS Code Web
Rakibur Rahaman
remote-repo-author-viewer
foo-dogsquared
Github PR Fetch
mgalgs
Ona – Move beyond your IDE
Ona
Sneetches for GitHub
Kev
MarkPUSH
Alexandros Fotiadis