GitHub comment navigator
Jump to previous/next GitHub comments with j/k
GitHub comment navigator là gì?
GitHub comment navigator là một tiện ích mở rộng Chrome được phát triển bởi Shrey, và tính năng chính của nó là "Jump to previous/next GitHub comments with j/k".
Ả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 comment navigator
Tải xuống các tệp mở rộng GitHub comment navigator 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
Adds keyboard shortcuts for navigating and replying to comments: - J / K to move to previous / next comment - R to reply to the focused comment thread - L to like the focused comment
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GitHub comment navigator |
ID | lofhbhadfnodfbppjdgkoadccfilaeoj |
URL Chính Thức | https://chromewebstore.google.com/detail/github-comment-navigator/lofhbhadfnodfbppjdgkoadccfilaeoj |
Mô tả | Jump to previous/next GitHub comments with j/k |
Kích Thước Tệp | 10.43 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2018-10-16 |
Ngày Phát Hành | 2018-10-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Shrey |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/banga/github-extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub comment navigator", "version": "0.0.5", "manifest_version": 2, "description": "Jump to previous\/next GitHub comments with j\/k", "homepage_url": "https:\/\/github.com\/banga\/github-extension", "icons": { "256": "icons\/icon_256.png" }, "permissions": [ "https:\/\/github.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "src\/main.js" ], "css": [ "src\/main.css" ] } ] } |