Github Trending New Tab
This unofficial extension shows the top trending github repos as provided by http://github.com/trending
Wat is Github Trending New Tab?
Github Trending New Tab is een Chrome-extensie ontwikkeld door anmolmago, en de belangrijkste functie is "This unofficial extension shows the top trending github repos as provided by http://github.com/trending".
Extensie Screenshots
Download het CRX-bestand van de extensie Github Trending New Tab
Download Github Trending 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
See the trending Github repositories on your new tab page, group by language and time range!
Basisinformatie over de Extensie
Naam | |
ID | hadfajlepeojlkfmbhdioendpidkchfa |
Officiële URL | https://chrome.google.com/webstore/detail/github-trending-new-tab/hadfajlepeojlkfmbhdioendpidkchfa |
Beschrijving | This unofficial extension shows the top trending github repos as provided by http://github.com/trending |
Bestandsgrootte | 2.58 MB |
Aantal Installaties | 161 |
Huidige Versie | 1.2.2 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | anmolmago |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/AnmolMago/GithubTrending |
Help Pagina-URL | https://github.com/AnmolMago/GithubTrending |
Ondersteunde Talen | 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\/" ] } |