Do Not Merge WIP for GitHub
You do not merge *WIP* pull request!
What is Do Not Merge WIP for GitHub?
Do Not Merge WIP for GitHub is a Chrome extension developed by sanemat, and its main feature is "You do not merge *WIP* pull request!".
Extension Screenshots
Download Do Not Merge WIP for GitHub Extension CRX File
Download Do Not Merge WIP for GitHub extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
You can't merge *WIP* pull request! Usage: - Put [wip] or [Do Not Merge] on the title of the pull request - It works!
Extension Basic Information
Name | Do Not Merge WIP for GitHub |
ID | nimelepbpejjlbmoobocpfnjhihnpked |
Official URL | https://chromewebstore.google.com/detail/do-not-merge-wip-for-gith/nimelepbpejjlbmoobocpfnjhihnpked |
Description | You do not merge *WIP* pull request! |
File Size | 17.07 KB |
Installation Count | 1,069 |
Current Version | 2.0.3 |
Last Updated | 2023-04-02 |
Publish Date | 2019-11-03 |
Rating | 4.17/5 Total 6 Ratings |
Developer | sanemat |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sanemat/do-not-merge-wip-for-github |
Help Page URL | https://github.com/sanemat/do-not-merge-wip-for-github/issues |
Supported Languages | 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 } ] } |