Hide and Seek
Add the ability to remember completes files to a github pr.
Hide and Seek là gì?
Hide and Seek là một tiện ích mở rộng Chrome được phát triển bởi roush.kyle, và tính năng chính của nó là "Add the ability to remember completes files to a github pr.".
Ả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 Hide and Seek
Tải xuống các tệp mở rộng Hide and Seek 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
This a tool to help make pull request easier. It helps by letting you "complete" files. * This will automatically hide the file * When you revisit the page it will keep your completed files hidden * However if there are changes to the file it will "uncomplete" the file and add a thinking emoji You can also report bar of how much you have completed with your other diffstatsYou can share your completion percentage with others when you submit a review to a PR
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hide and Seek |
ID | kfkehjgecfpkpknedlgjknlgcaeeekmo |
URL Chính Thức | https://chromewebstore.google.com/detail/hide-and-seek/kfkehjgecfpkpknedlgjknlgcaeeekmo |
Mô tả | Add the ability to remember completes files to a github pr. |
Kích Thước Tệp | 73.37 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 1.13.2 |
Cập Nhật Lần Cuối | 2018-08-22 |
Ngày Phát Hành | 2018-08-22 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | roush.kyle |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/kyleroush/PR-Hide-And-Seek |
URL Trang Trợ Giúp | https://github.com/kyleroush/PR-Hide-And-Seek |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Add the ability to remember completes files to a github pr.", "manifest_version": 2, "name": "Hide and Seek", "version": "1.13.2", "homepage_url": "https:\/\/github.com\/kyleroush\/PR-Hide-And-Seek\/", "icons": { "48": "logos\/PrPenguin48.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/PRUtils.js", "scripts\/Comments.js", "scripts\/DataStorage.js", "scripts\/GithubRestApi.js", "scripts\/HideAndSeek.js", "StartUp.js" ] } ] } |