React Repositories New Tab
A New Tab extension that shows you popular and new React repositories.
O que é React Repositories New Tab?
React Repositories New Tab é uma extensão do Chrome desenvolvida por Jørgen NYSTAD, e sua principal característica é "A New Tab extension that shows you popular and new React repositories.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão React Repositories New Tab
Baixe arquivos de extensão React Repositories New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | React Repositories New Tab |
ID | jfhdgglhdnnaaacjaeleagfmeeepkhln |
URL Oficial | https://chromewebstore.google.com/detail/react-repositories-new-ta/jfhdgglhdnnaaacjaeleagfmeeepkhln |
Descrição | A New Tab extension that shows you popular and new React repositories. |
Tamanho do Arquivo | 728 KB |
Contagem de Instalações | 177 |
Versão Atual | 0.3 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Desenvolvedor | Jørgen NYSTAD |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jorgenys/chrome-react-new-tab |
Idiomas Suportados | 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" } |