提供元: Ercan Ermis
Inspect and view changes in GitHub Clone Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitHub Clone Helper",
"version": "1.0",
"description": "Adds 'git clone' before HTTPS and SSH clone URLs on GitHub.",
"icons": {
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"permissions": [
"clipboardWrite",
"activeTab"
],
"browser_action": {
"default_icon": {
"16": "images/icon16.png",
"48": "images/icon48.png",
"128": "images/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"contentScript.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{2ced4404-8a4e-4992-9517-6512a0919867}"
}
}
} ベストのGitHub Clone Helper代替案
GitHub Clone Helperに類似したFirefox add-onをいくつか紹介します:
GitHoard - Quick Clone
Jordan
Github PR Fetch
mgalgs
GitHub URL Swapper
Rob Duarte
Enhanced GitHub
Varun Malhotra
GitHub Release
Dedy
Quick Clone
Kartikay Bagla
Quick Link Github
raicem
Github issue clone
miguelsvq
Clone in VS Code
Ahnaf Mahmud
GitHub Downloader
Roe
GitHub Helpers
Eugene Shishkin
GitHub Save
Samuel Yeebiyo