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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |