Trendcat

A new tab extension for GitHub and HackerNews feeds

O que é Trendcat?

Trendcat é uma extensão do Chrome desenvolvida por Ergenekon Yigit, e sua principal característica é "A new tab extension for GitHub and HackerNews feeds".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Trendcat

Baixe arquivos de extensão Trendcat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Trendcat Trendcat
ID efpdjmbhdeindmfegilaloknlpfloefd
URL Oficial https://chromewebstore.google.com/detail/trendcat/efpdjmbhdeindmfegilaloknlpfloefd
Descrição A new tab extension for GitHub and HackerNews feeds
Tamanho do Arquivo 1.16 MB
Contagem de Instalações 47
Versão Atual 2.4.2
Última Atualização 2021-03-05
Data de Publicação 2019-07-04
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Ergenekon Yigit
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ergenekonyigit/trendcat
URL da Página de Ajuda https://github.com/ergenekonyigit/trendcat/issues
Idiomas Suportados 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"
    }
}