Github Trending New Tab
This unofficial extension shows the top trending github repos as provided by http://github.com/trending
Github Trending New Tab là gì?
Github Trending New Tab là một tiện ích mở rộng Chrome được phát triển bởi anmolmago, và tính năng chính của nó là "This unofficial extension shows the top trending github repos as provided by http://github.com/trending".
Ả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 Trending New Tab
Tải xuống các tệp mở rộng Github Trending New Tab 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
See the trending Github repositories on your new tab page, group by language and time range!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hadfajlepeojlkfmbhdioendpidkchfa |
URL Chính Thức | https://chrome.google.com/webstore/detail/github-trending-new-tab/hadfajlepeojlkfmbhdioendpidkchfa |
Mô tả | This unofficial extension shows the top trending github repos as provided by http://github.com/trending |
Kích Thước Tệp | 2.58 MB |
Số Lần Cài Đặt | 161 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | anmolmago |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/AnmolMago/GithubTrending |
URL Trang Trợ Giúp | https://github.com/AnmolMago/GithubTrending |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Trending New Tab", "author": "Anmol Mago", "description": "This unofficial extension shows the top trending github repos as provided by http:\/\/github.com\/trending", "incognito": "split", "version": "1.2.2", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "http:\/\/*.anmolmago.com\/" ] } |