React Repositories New Tab
A New Tab extension that shows you popular and new React repositories.
Co to jest React Repositories New Tab?
React Repositories New Tab to rozszerzenie Chrome opracowane przez Jørgen NYSTAD, a jego główną funkcją jest „A New Tab extension that shows you popular and new React repositories.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia React Repositories New Tab
Pobierz pliki rozszerzeń React Repositories New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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).
Podstawowe informacje o rozszerzeniu
Nazwa | React Repositories New Tab |
ID | jfhdgglhdnnaaacjaeleagfmeeepkhln |
Oficjalny URL | https://chromewebstore.google.com/detail/react-repositories-new-ta/jfhdgglhdnnaaacjaeleagfmeeepkhln |
Opis | A New Tab extension that shows you popular and new React repositories. |
Rozmiar pliku | 728 KB |
Liczba instalacji | 177 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2019-03-08 |
Data Publikacji | 2019-03-08 |
Deweloper | Jørgen NYSTAD |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jorgenys/chrome-react-new-tab |
Obsługiwane Języki | 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" } |