WIP Pull Request Unhighlignter for GitHub
Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
WIP Pull Request Unhighlignter for GitHub là gì?
WIP Pull Request Unhighlignter for GitHub là một tiện ích mở rộng Chrome được phát triển bởi Kensuke Nagae, và tính năng chính của nó là "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng WIP Pull Request Unhighlignter for GitHub
Tải xuống các tệp mở rộng WIP Pull Request Unhighlignter 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
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | WIP Pull Request Unhighlignter for GitHub |
ID | plebohahijhmebohbcifnaccfkjdgppe |
URL Chính Thức | https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe |
Mô tả | Unhighlignt WIP, DO NOT MERGE pull requests on GitHub. |
Kích Thước Tệp | 823 KB |
Số Lần Cài Đặt | 83 |
Phiên Bản Hiện Tại | 2.3.0 |
Cập Nhật Lần Cuối | 2019-08-07 |
Ngày Phát Hành | 2019-08-06 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Kensuke Nagae |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github |
URL Trang Trợ Giúp | https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |