作者: 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