Github Trending New Tab
This unofficial extension shows the top trending github repos as provided by http://github.com/trending
O que é Github Trending New Tab?
Github Trending New Tab é uma extensão do Chrome desenvolvida por anmolmago, e sua principal característica é "This unofficial extension shows the top trending github repos as provided by http://github.com/trending".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Github Trending New Tab
Baixe arquivos de extensão Github Trending 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
See the trending Github repositories on your new tab page, group by language and time range!
Informações Básicas da Extensão
Nome | |
ID | hadfajlepeojlkfmbhdioendpidkchfa |
URL Oficial | https://chrome.google.com/webstore/detail/github-trending-new-tab/hadfajlepeojlkfmbhdioendpidkchfa |
Descrição | This unofficial extension shows the top trending github repos as provided by http://github.com/trending |
Tamanho do Arquivo | 2.58 MB |
Contagem de Instalações | 161 |
Versão Atual | 1.2.2 |
Última Atualização | 2019-03-08 |
Data de Publicação | 2019-03-08 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | anmolmago |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/AnmolMago/GithubTrending |
URL da Página de Ajuda | https://github.com/AnmolMago/GithubTrending |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Trending New Tab", "author": "Anmol Mago", "description": "This unofficial extension shows the top trending github repos as provided by http:\/\/github.com\/trending", "incognito": "split", "version": "1.2.2", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "http:\/\/*.anmolmago.com\/" ] } |