Github Notable Comments
Lets you easily navigate between the notable comments on github
Github Notable Comments là gì?
Github Notable Comments là một tiện ích mở rộng Chrome được phát triển bởi kamranahmed.se, và tính năng chính của nó là "Lets you easily navigate between the notable comments 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 Github Notable Comments
Tải xuống các tệp mở rộng Github Notable Comments 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Github Notable Comments |
ID | jcppcdjgdbnibjdeeihllbefhpibmajf |
URL Chính Thức | https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf |
Mô tả | Lets you easily navigate between the notable comments on github |
Kích Thước Tệp | 13.17 KB |
Số Lần Cài Đặt | 53 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2018-04-20 |
Ngày Phát Hành | 2018-04-20 |
Nhà Phát Triển | kamranahmed.se |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://github.com/kamranahmedse/notable-comments |
URL Trang Trợ Giúp | http://github.com/kamranahmedse/notable-comments/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Notable Comments", "short_name": "github-notable-comments", "version": "0.0.1", "manifest_version": 2, "description": "Lets you easily navigate between the notable comments on github", "homepage_url": "http:\/\/github.com\/kamranahmedse\/github-notable-comments", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "index.js" ], "css": [ ".\/styles\/main.css" ] } ] } |