提供元: Zach Whaley
Inspect and view changes in Zach Whaley source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Squashed Merge Message",
"version": "4.13",
"description": "Use Pull Request description as Squashed and Merged commit messages",
"icons": {
"16": "squash-16x16.png",
"48": "squash-48x48.png",
"128": "squash-128x128.png"
},
"author": "Zach Whaley <zachbwhaley@gmail.com>",
"homepage_url": "https://github.com/zachwhaley/squashed-merge-message",
"permissions": [
"https://github.com/*",
"contextMenus",
"activeTab"
],
"browser_action": {
"default_icon": {
"16": "squash-16x16.png",
"24": "squash-24x24.png",
"32": "squash-32x32.png"
}
},
"optional_permissions": [
"http://*/*",
"https://*/*"
],
"background": {
"scripts": [
"webext-domain-permission-toggle.js",
"webext-dynamic-content-scripts.js",
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{288e9779-25bd-4310-b02a-23efdcca0419}"
}
}
} ベストのZach Whaley代替案
Zach Whaleyに類似したFirefox add-onをいくつか紹介します:
BitBucket Better PR Commit Message
reywood
GitHub: No to merge description
jetersen
Github Merge Helper
Brian H
GitHub Commit Message Helper
Matthew Huxtable
Mergify
Mergify
GitHub Merge Guardian
daku10
Github Story
Dmytro Striletskyi
Github PR to Slack Message
Yuichi
GitHub Merge Commit Message Rewriter
Redddy
What The Merge
Elkasitu
Faster PR
StellarExplorerGuy