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 |
| 官方網址 | 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 |
| 電子郵箱 | [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
}
]
} | |