WIP Pull Request Unhighlignter for GitHub
Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
什么是WIP Pull Request Unhighlignter for GitHub?
WIP Pull Request Unhighlignter for GitHub是由Kensuke Nagae开发的Chrome扩展程序,该扩展的主要功能是“Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.”。
扩展截图
下载WIP Pull Request Unhighlignter for GitHub扩展crx文件
下载WIP Pull Request Unhighlignter for GitHub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Demo page: https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/pulls (visit this page after install this extension) Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License. http://creativecommons.org/licenses/by/3.0/
扩展基本信息
名称 | WIP Pull Request Unhighlignter for GitHub |
ID | plebohahijhmebohbcifnaccfkjdgppe |
官方URL | https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe |
简介 | Unhighlignt WIP, DO NOT MERGE pull requests on GitHub. |
文件大小 | 823 KB |
安装次数 | 83 |
当前版本 | 2.3.0 |
更新时间 | 2019-08-07 |
上架时间 | 2019-08-06 |
评分 | 5.00/5 共3次评分 |
开发者 | Kensuke Nagae |
付费类型 | free |
扩展官网 | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github |
帮助页面URL | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WIP Pull Request Unhighlignter for GitHub", "version": "2.3.0", "manifest_version": 2, "description": "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.", "permissions": [ "storage" ], "options_page": "options\/options.html", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/pulls*", "https:\/\/github.com\/pulls*" ], "js": [ "app.js" ] } ], "icons": { "128": "assets\/icon.png" } } |