React Repositories New Tab
A New Tab extension that shows you popular and new React repositories.
Wat is React Repositories New Tab?
React Repositories New Tab is een Chrome-extensie ontwikkeld door Jørgen NYSTAD, en de belangrijkste functie is "A New Tab extension that shows you popular and new React repositories.".
Extensie Screenshots
Download het CRX-bestand van de extensie React Repositories New Tab
Download React Repositories New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | React Repositories New Tab |
ID | jfhdgglhdnnaaacjaeleagfmeeepkhln |
Officiële URL | https://chromewebstore.google.com/detail/react-repositories-new-ta/jfhdgglhdnnaaacjaeleagfmeeepkhln |
Beschrijving | A New Tab extension that shows you popular and new React repositories. |
Bestandsgrootte | 728 KB |
Aantal Installaties | 177 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Ontwikkelaar | Jørgen NYSTAD |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jorgenys/chrome-react-new-tab |
Ondersteunde Talen | 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" } |