Trendcat
A new tab extension for GitHub and HackerNews feeds
What is Trendcat?
Trendcat is a Chrome extension developed by Ergenekon Yigit, and its main feature is "A new tab extension for GitHub and HackerNews feeds".
Extension Screenshots
Download Trendcat Extension CRX File
Download Trendcat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Trendcat |
ID | efpdjmbhdeindmfegilaloknlpfloefd |
Official URL | https://chromewebstore.google.com/detail/trendcat/efpdjmbhdeindmfegilaloknlpfloefd |
Description | A new tab extension for GitHub and HackerNews feeds |
File Size | 1.16 MB |
Installation Count | 47 |
Current Version | 2.4.2 |
Last Updated | 2021-03-05 |
Publish Date | 2019-07-04 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Ergenekon Yigit |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ergenekonyigit/trendcat |
Help Page URL | https://github.com/ergenekonyigit/trendcat/issues |
Supported Languages | 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" } } |