Por: Jihyeon Kim Add-on
Inspect and view changes in Fast-forward merge for GitHub source codes across current and past versions
Try xHeader →
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.5",
"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/*"
],
"exclude_matches": [
"https://github.com/login*",
"https://github.com/session*"
],
"run_at": "document_idle",
"css": [
"content-scripts/content.css"
],
"js": [
"content-scripts/content.js"
]
}
]
} Melhores alternativas Fast-forward merge for GitHub
Aqui estão algumas Firefox add-ons que são similares a Fast-forward merge for GitHub:
GitHub Forked links extension
gh-fork-links
GitQuiet - GitHub Pull Request Review
FluentAI
Make GitHub Great Again
joshmoody24
Github Quick Approve
Monody Le
Enhanced GitHub
Varun Malhotra
GitHub Fork Compare Fix
Nico
Le Git Graph - GitHub Git Graph
scaria.dev
GitHub PR Opener
Vincent Labarthe
Mergify
Mergify
Github PR Fetch
mgalgs
GitHub On One Click
Parul
GitHub Merge Guardian
daku10