Githunt
Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.
Githunt là gì?
Githunt là một tiện ích mở rộng Chrome được phát triển bởi http://roadmap.sh, và tính năng chính của nó là "Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.".
Ả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 Githunt
Tải xuống các tệp mở rộng Githunt 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
GitHunt is an extension that replaces the new tab of your browser with the trending github repositories. You can look through the repositories for any technology of your liking and for any period of time. By default it shows the trending repositories (most starred repositories created in the given period of time) for the last week and as you keep scrolling, you will be presented with the popular repositories of the consecutive past weeks. All you have to do is select how you would like to see the repositories (monthly, weekly or yearly) and the language, it will remember your choice and will show you the trending repositories in that category whenever you will open the new tab.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | khpcnaokfebphakjgdgpinmglconplhp |
URL Chính Thức | https://chrome.google.com/webstore/detail/githunt/khpcnaokfebphakjgdgpinmglconplhp |
Mô tả | Replace the new tab with a list of trending repositories on github belonging to any technology that you chose. |
Kích Thước Tệp | 1.17 MB |
Số Lần Cài Đặt | 9,309 |
Phiên Bản Hiện Tại | 3.10 |
Cập Nhật Lần Cuối | 2020-02-16 |
Ngày Phát Hành | 2020-02-16 |
Đánh Giá | 4.39/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | http://roadmap.sh |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://kamranahmed.info/githunt |
URL Trang Trợ Giúp | https://github.com/kamranahmedse/githunt |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Githunt", "short_name": "Githunt", "description": "Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.", "version": "3.10", "permissions": [ "storage", "*:\/\/*.github.com\/*" ], "icons": { "16": "\/img\/icon16.png", "48": "\/img\/icon48.png", "128": "\/img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "homepage_url": "http:\/\/kamranahmed.info\/githunt", "browser_action": { "default_title": "Githunt", "default_icon": "\/img\/icon128.png" } } |