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!"입니다.

확장 프로그램 스크린샷

screenshot

Do Not Merge WIP for GitHub 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        You can't merge *WIP* pull request!

Usage:
- Put [wip] or [Do Not Merge] on the title of the pull request
- It works!                    

확장 프로그램 기본 정보

이름 Do Not Merge WIP for GitHub Do Not Merge WIP for GitHub
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
이메일 [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
        }
    ]
}