Inspect and view changes in git-expand source codes across current and past versions
Try xHeader →
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "git-expand",
"description": "manifest.json description",
"version": "0.1.0",
"icons": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"96": "icon/96.png",
"128": "icon/128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "git-expand",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"css": [
"content-scripts/pull.css"
],
"js": [
"content-scripts/pull.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{221462a1-7eb0-4048-bb78-50e24ecf730f}"
}
}
} ベストのgit-expand代替案
git-expandに類似したFirefox add-onをいくつか紹介します:
Github PR Fetch
mgalgs
UX Enhancer for GitLab
Puyt
GitLab Merge Requests lists enhancer
Maxime "Epoc" G.
GitHub Project Enhancer
mashabow
Github Issue Reactions
Norfeldt
Better GitHub
Joaquin Windmuller
GitHub Widener
danstewart
GitHub Diff Explorer
Alex D
GitHub Web IDE
zvizvi
GitHub Browser Extension
Bastien Sun
Mergify
Mergify
Load More Pull Request
Chris Bibby