Trendcat

A new tab extension for GitHub and HackerNews feeds

Cos'è Trendcat?

Trendcat è un'estensione di Chrome sviluppata da Ergenekon Yigit, e la sua funzione principale è "A new tab extension for GitHub and HackerNews feeds".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Trendcat

Scarica i file di estensione Trendcat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Trendcat Trendcat
ID efpdjmbhdeindmfegilaloknlpfloefd
URL Ufficiale https://chromewebstore.google.com/detail/trendcat/efpdjmbhdeindmfegilaloknlpfloefd
Descrizione A new tab extension for GitHub and HackerNews feeds
Dimensione del File 1.16 MB
Conteggio Installazioni 47
Versione Corrente 2.4.2
Ultimo Aggiornamento 2021-03-05
Data di Pubblicazione 2019-07-04
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Ergenekon Yigit
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ergenekonyigit/trendcat
URL della Pagina di Aiuto https://github.com/ergenekonyigit/trendcat/issues
Lingue Supportate 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"
    }
}