By: Jarred Sumner Add-on
Inspect and view changes in peek – GitHub to local editor in 1 click source codes across current and past versions
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"
]
}
]
} Best peek – GitHub to local editor in 1 click Alternatives
Here are some Firefox add-ons that are similar to peek – GitHub to local editor in 1 click:
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
Gitpod - Always ready to code.
Gitpod.io
Sneetches for GitHub
Kev
MarkPUSH
Alexandros Fotiadis