Do Not Merge WIP for GitHub
You do not merge *WIP* pull request!
Do Not Merge WIP for GitHubとは何ですか?
Do Not Merge WIP for GitHubはsanematによって開発されたChromeの拡張機能で、その主な機能は「You do not merge *WIP* pull request!」です。
拡張機能のスクリーンショット
Do Not Merge WIP for GitHub拡張機能のCRXファイルをダウンロード
Do Not Merge WIP for GitHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can't merge *WIP* pull request!
Usage:
- Put [wip] or [Do Not Merge] on the title of the pull request
- It works! 拡張機能の基本情報
| 名前 | |
| ID | nimelepbpejjlbmoobocpfnjhihnpked |
| 公式URL | https://chromewebstore.google.com/detail/do-not-merge-wip-for-gith/nimelepbpejjlbmoobocpfnjhihnpked |
| 説明 | You do not merge *WIP* pull request! |
| ファイルサイズ | 17.07 KB |
| インストール数 | 1,069 |
| 現在のバージョン | 2.0.3 |
| 最終更新日 | 2023-04-02 |
| 公開日 | 2019-11-03 |
| 評価 | 4.17/5 合計 6 レビュー |
| 開発者 | sanemat |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/sanemat/do-not-merge-wip-for-github |
| ヘルプページのURL | https://github.com/sanemat/do-not-merge-wip-for-github/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "2.0.3",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon2-16.png",
"128": "images\/icon2-128.png"
},
"permissions": [],
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*\/*\/pull\/*"
],
"js": [
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |