Github Trending New Tab
This unofficial extension shows the top trending github repos as provided by http://github.com/trending
Qu'est-ce que Github Trending New Tab ?
Github Trending New Tab est une extension Chrome développée par anmolmago, et sa fonction principale est "This unofficial extension shows the top trending github repos as provided by http://github.com/trending".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github Trending New Tab
Téléchargez les fichiers d'extension Github Trending New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
See the trending Github repositories on your new tab page, group by language and time range!
Informations de Base sur l'Extension
Nom | |
ID | hadfajlepeojlkfmbhdioendpidkchfa |
URL Officiel | https://chrome.google.com/webstore/detail/github-trending-new-tab/hadfajlepeojlkfmbhdioendpidkchfa |
Description | This unofficial extension shows the top trending github repos as provided by http://github.com/trending |
Taille du Fichier | 2.58 MB |
Nombre d'Installations | 161 |
Version Actuelle | 1.2.2 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | anmolmago |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/AnmolMago/GithubTrending |
URL de la Page d'Aide | https://github.com/AnmolMago/GithubTrending |
Langues Prises en Charge | 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\/" ] } |