제작자: Jihyeon Kim Add-on
Inspect and view changes in Fast-forward merge for GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Fast-forward merge for GitHub",
"description": "Shows whether a GitHub pull request or branch can be fast-forward merged.",
"version": "0.1.3",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"host_permissions": [
"https://api.github.com/*"
],
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "ff-for-github@hyeon.me",
"strict_min_version": "127.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"open_in_tab": false,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https://github.com/*/*/compare/*",
"https://github.com/*/*/pull/*"
],
"run_at": "document_idle",
"css": [
"content-scripts/content.css"
],
"js": [
"content-scripts/content.js"
]
}
]
} 최고의 Fast-forward merge for GitHub 대안
다음은 Fast-forward merge for GitHub과(와) 유사한 Firefox add-on입니다:
GitHub Forked links extension
gh-fork-links
Make GitHub Great Again
joshmoody24
Github Quick Approve
Monody Le
Enhanced GitHub
Varun Malhotra
Le Git Graph - GitHub Git Graph
scaria.dev
Mergify
Mergify
Github PR Fetch
mgalgs
GitHub On One Click
Parul
GitHub Merge Guardian
daku10
Quick Link Github
raicem
GitHub Release
Dedy
Diff Navigator for GitHub
Dean Attali