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 |
| Eメール | [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"
}
} | |