React Repositories New Tab
A New Tab extension that shows you popular and new React repositories.
Cos'è React Repositories New Tab?
React Repositories New Tab è un'estensione di Chrome sviluppata da Jørgen NYSTAD, e la sua funzione principale è "A New Tab extension that shows you popular and new React repositories.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione React Repositories New Tab
Scarica i file di estensione React Repositories New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | React Repositories New Tab |
ID | jfhdgglhdnnaaacjaeleagfmeeepkhln |
URL Ufficiale | https://chromewebstore.google.com/detail/react-repositories-new-ta/jfhdgglhdnnaaacjaeleagfmeeepkhln |
Descrizione | A New Tab extension that shows you popular and new React repositories. |
Dimensione del File | 728 KB |
Conteggio Installazioni | 177 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Sviluppatore | Jørgen NYSTAD |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jorgenys/chrome-react-new-tab |
Lingue Supportate | 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" } |