React Repositories New Tab
A New Tab extension that shows you popular and new React repositories.
React Repositories New Tabคืออะไร?
React Repositories New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jørgen NYSTAD และคุณลักษณะหลักของมันคือ "A New Tab extension that shows you popular and new React repositories."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย React Repositories New Tab
ดาวน์โหลดไฟล์ส่วนขยาย React Repositories New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | React Repositories New Tab |
ID | jfhdgglhdnnaaacjaeleagfmeeepkhln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/react-repositories-new-ta/jfhdgglhdnnaaacjaeleagfmeeepkhln |
คำอธิบาย | A New Tab extension that shows you popular and new React repositories. |
ขนาดไฟล์ | 728 KB |
จำนวนการติดตั้ง | 177 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
ผู้พัฒนา | Jørgen NYSTAD |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jorgenys/chrome-react-new-tab |
ภาษาที่รองรับ | 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" } |