Do Not Merge WIP for GitHub

You do not merge *WIP* pull request!

Do Not Merge WIP for GitHub là gì?

Do Not Merge WIP for GitHub là một tiện ích mở rộng Chrome được phát triển bởi sanemat, và tính năng chính của nó là "You do not merge *WIP* pull request!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Do Not Merge WIP for GitHub

Tải xuống các tệp mở rộng Do Not Merge WIP for GitHub dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        You can't merge *WIP* pull request!

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Do Not Merge WIP for GitHub Do Not Merge WIP for GitHub
ID nimelepbpejjlbmoobocpfnjhihnpked
URL Chính Thức https://chromewebstore.google.com/detail/do-not-merge-wip-for-gith/nimelepbpejjlbmoobocpfnjhihnpked
Mô tả You do not merge *WIP* pull request!
Kích Thước Tệp 17.07 KB
Số Lần Cài Đặt 1,069
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2023-04-02
Ngày Phát Hành 2019-11-03
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển sanemat
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sanemat/do-not-merge-wip-for-github
URL Trang Trợ Giúp https://github.com/sanemat/do-not-merge-wip-for-github/issues
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}