The News Tab

A new tab extension for chrome that allows you to view the latest news

Cos'è The News Tab?

The News Tab è un'estensione di Chrome sviluppata da https://garlickbread.com, e la sua funzione principale è "A new tab extension for chrome that allows you to view the latest news".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione The News Tab

Scarica i file di estensione The News Tab 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

                        Want to view the news while browsing the web, or love the Microsoft News Tab but hate the adverts or weird articles it recommends? Then The News Tab extension is for you! A simple new tab that provides you with the news you want to see!

The News Tab extension was inspired by the new tab page for Microsoft Edge and their extension, Microsoft News Page. However this extension allows you to choose what RSS feeds are shown and doesn't display adverts!

Current Features:
- Changeable search
- Add/Remove RSS feeds
- Configurable article amount
- Enable/Disable RSS feeds
- Configurable fetch news timer
- Dark Mode

Upcoming Features:
- Weather app
- Clock app
- Breaking news
- Other tiles
- Images in header (Where search bar is)

This projects is in constant development and updates will keep coming. If there is a feature you would like to see don't hesitate to get in contact.                    

Informazioni di Base sull'Estensione

Nome The News Tab The News Tab
ID mbbkknmhhcfmleopndnflnpeflgjfbjd
URL Ufficiale https://chromewebstore.google.com/detail/the-news-tab/mbbkknmhhcfmleopndnflnpeflgjfbjd
Descrizione A new tab extension for chrome that allows you to view the latest news
Dimensione del File 695 KB
Conteggio Installazioni 84
Versione Corrente 2.0.0
Ultimo Aggiornamento 2022-04-04
Data di Pubblicazione 2021-02-10
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://garlickbread.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://garlickbread.com
URL della Pagina di Aiuto https://github.com/jcbjoe/TheNewsTab/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "manifest_version": 3,
    "name": "The News Tab",
    "description": "A new tab extension for chrome that allows you to view the latest news",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "topSites",
        "storage",
        "alarms"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "host_permissions": [
        ""
    ]
}