Inspect and view changes in Git Refer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Git Refer",
"version": "1.1",
"description": "Quick reference for common Git commands with descriptions",
"browser_specific_settings": {
"gecko": {
"id": "{8601cf63-5a4e-4c61-85cb-b585aaa3de9c}",
"strict_min_version": "96.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "pix/x16.png",
"32": "pix/x32.png",
"48": "pix/x48.png",
"96": "pix/x96.png",
"128": "pix/x128.png"
},
"browser_action": {
"default_popup": "screen/screen.html",
"default_icon": {
"16": "pix/x16.png",
"32": "pix/x32.png",
"48": "pix/x48.png",
"96": "pix/x96.png",
"128": "pix/x128.png"
}
},
"background": {
"scripts": [
"agent/tracker.js"
]
},
"permissions": []
} Best Git Refer Alternatives
Here are some Firefox add-ons that are similar to Git Refer:
Git Cheatsheet
ayleen azazel
Git Reference
ayleen azazel
Git References
Cline
Git commands reference
Cline
Git Commands
ayleen azazel
Git
HorusOwl
Repo Shortcuts
brammee
Conventional Commit
Zen
GitHubRepos
siriuskoan
MD Cheat
cocatherese
Github PR Fetch
mgalgs
Github Pull Request Commits
ikim23