Trendcat
A new tab extension for GitHub and HackerNews feeds
Qu'est-ce que Trendcat ?
Trendcat est une extension Chrome développée par Ergenekon Yigit, et sa fonction principale est "A new tab extension for GitHub and HackerNews feeds".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trendcat
Téléchargez les fichiers d'extension Trendcat 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
Simple new tab extension for Github Trending Repositories and Hacker News Stories. https://github.com/ergenekonyigit/trendcat v2.4.2 - Github api changes v2.4.1 - Github api changes - Fix github language color issue v2.4.0 - Github api url changes - Move rust to favorite languages v2.3.0 - Word break fix v2.2.0 - New Settings Modal - Digital Clock Splash Screen (Optional) - Request Delay (Optional) v2.1.0 - Redesigned Light Theme - New Dark Theme v2.0.0 - New Hacker News Column v1.0.0 - Github Trending Feed
Informations de Base sur l'Extension
Nom | Trendcat |
ID | efpdjmbhdeindmfegilaloknlpfloefd |
URL Officiel | https://chromewebstore.google.com/detail/trendcat/efpdjmbhdeindmfegilaloknlpfloefd |
Description | A new tab extension for GitHub and HackerNews feeds |
Taille du Fichier | 1.16 MB |
Nombre d'Installations | 47 |
Version Actuelle | 2.4.2 |
Dernière Mise à Jour | 2021-03-05 |
Date de Publication | 2019-07-04 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Ergenekon Yigit |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ergenekonyigit/trendcat |
URL de la Page d'Aide | https://github.com/ergenekonyigit/trendcat/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trendcat", "author": "Ergenekon Yigit", "version": "2.4.2", "description": "A new tab extension for GitHub and HackerNews feeds", "incognito": "split", "icons": { "96": "img\/icon-96.png", "128": "img\/icon-128.png", "196": "img\/icon-196.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |