Trendcat
A new tab extension for GitHub and HackerNews feeds
什么是Trendcat?
Trendcat是由Ergenekon Yigit开发的Chrome扩展程序,该扩展的主要功能是“A new tab extension for GitHub and HackerNews feeds”。
扩展截图
下载Trendcat扩展crx文件
下载Trendcat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | efpdjmbhdeindmfegilaloknlpfloefd |
| 官方URL | https://chromewebstore.google.com/detail/trendcat/efpdjmbhdeindmfegilaloknlpfloefd |
| 简介 | A new tab extension for GitHub and HackerNews feeds |
| 文件大小 | 1.16 MB |
| 安装次数 | 47 |
| 当前版本 | 2.4.2 |
| 更新时间 | 2021-03-05 |
| 上架时间 | 2019-07-04 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Ergenekon Yigit |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/ergenekonyigit/trendcat |
| 帮助页面URL | https://github.com/ergenekonyigit/trendcat/issues |
| 支持的语言 | 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"
}
} | |