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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sanemat และคุณลักษณะหลักของมันคือ "You do not merge *WIP* pull request!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Do Not Merge WIP for GitHub

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
        }
    ]
}