Github Trending New Tab
This unofficial extension shows the top trending github repos as provided by http://github.com/trending
Cos'è Github Trending New Tab?
Github Trending New Tab è un'estensione di Chrome sviluppata da anmolmago, e la sua funzione principale è "This unofficial extension shows the top trending github repos as provided by http://github.com/trending".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Github Trending New Tab
Scarica i file di estensione Github Trending 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
See the trending Github repositories on your new tab page, group by language and time range!
Informazioni di Base sull'Estensione
Nome | |
ID | hadfajlepeojlkfmbhdioendpidkchfa |
URL Ufficiale | https://chrome.google.com/webstore/detail/github-trending-new-tab/hadfajlepeojlkfmbhdioendpidkchfa |
Descrizione | This unofficial extension shows the top trending github repos as provided by http://github.com/trending |
Dimensione del File | 2.58 MB |
Conteggio Installazioni | 161 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | anmolmago |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/AnmolMago/GithubTrending |
URL della Pagina di Aiuto | https://github.com/AnmolMago/GithubTrending |
Lingue Supportate | 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\/" ] } |