React Repositories New Tab
A New Tab extension that shows you popular and new React repositories.
React Repositories New Tab là gì?
React Repositories New Tab là một tiện ích mở rộng Chrome được phát triển bởi Jørgen NYSTAD, và tính năng chính của nó là "A New Tab extension that shows you popular and new React repositories.".
Ả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 React Repositories New Tab
Tải xuống các tệp mở rộng React Repositories 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
This is a Chrome New Tab extension that displays popular/new/fresh public React repositories on GitHub. Each new tab either shows the top ten list of most popular of all time, most popular newly created repositores or most popular recently updated (pushed) repositores. In addition, a random repository of the top thirty is featured, including its README.md (if found).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | React Repositories New Tab |
ID | jfhdgglhdnnaaacjaeleagfmeeepkhln |
URL Chính Thức | https://chromewebstore.google.com/detail/react-repositories-new-ta/jfhdgglhdnnaaacjaeleagfmeeepkhln |
Mô tả | A New Tab extension that shows you popular and new React repositories. |
Kích Thước Tệp | 728 KB |
Số Lần Cài Đặt | 177 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Nhà Phát Triển | Jørgen NYSTAD |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jorgenys/chrome-react-new-tab |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "React Repositories New Tab", "short_name": "React New Tab", "version": "0.3", "description": "A New Tab extension that shows you popular and new React repositories.", "author": "J\u00f8rgen Nystad", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "homepage_url": "https:\/\/github.com\/jorgenys\/chrome-react-new-tab" } |