Github Workflow
An extension that allows you to hide files in pull requests and adds highlighting for notifications.
Github Workflow là gì?
Github Workflow là một tiện ích mở rộng Chrome được phát triển bởi Dean Silfen, và tính năng chính của nó là "An extension that allows you to hide files in pull requests and adds highlighting for notifications.".
Ả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 Github Workflow
Tải xuống các tệp mở rộng Github Workflow 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
An extension that makes using pull-requests for code reviews a more enjoyable experience! Features: * Ability to toggle files while reviewing code * Ability to navigate to full branches from PR view
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Github Workflow |
ID | oplmfbpmbheeolioggldagbjmjkecilg |
URL Chính Thức | https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg |
Mô tả | An extension that allows you to hide files in pull requests and adds highlighting for notifications. |
Kích Thước Tệp | 48.75 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 2.2.2 |
Cập Nhật Lần Cuối | 2016-02-27 |
Ngày Phát Hành | 2016-02-27 |
Nhà Phát Triển | Dean Silfen |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/djds23/github-notif-helper |
URL Trang Trợ Giúp | https://github.com/djds23/github-notif-helper/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Workflow", "version": "2.2.2", "description": "An extension that allows you to hide files in pull requests and adds highlighting for notifications.", "permissions": [ "https:\/\/github.com\/*", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "app\/app.js" ] } ] } |