提供元: Quentin Ménoret
Inspect and view changes in Code tours Github source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Code tours Github",
"version": "0.0.6",
"description": "Allows to run code tours in your browser",
"manifest_version": 2,
"minimum_chrome_version": "60",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"https://render.githubusercontent.com/*",
"https://github.com/*"
],
"icons": {
"128": "code-tour.png"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https://github.com/*/*"
],
"js": [
"github.js"
]
}
],
"web_accessible_resources": [
"code-tour.png"
]
} ベストのCode tours Github代替案
Code tours Githubに類似したFirefox add-onをいくつか紹介します:
Github Code Outline
VJ
GitHub Web IDE
zvizvi
VS Code Web
Rakibur Rahaman
Sourcegraph for Firefox
Sourcegraph
Github1s
Mohammed CHERIFI
RunCode - Cloud Development
RunCode - Cloud Development Environment
VS Code for the Web
Paul
Code Self Study
j127
RunCode - OnlineCompiler
RunCode - Cloud Development Environment
GitHub Clicks - Navigate in GitHub like an IDE
Gayan Kuruppu
Open in Visual Studio Code
TheNightmanCodeth
GithubPlus
xl1te