The News Tab

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

Was ist The News Tab?

The News Tab ist eine Chrome-Erweiterung, die von https://garlickbread.com entwickelt wurde, und ihr Hauptmerkmal ist "A new tab extension for chrome that allows you to view the latest news".

Erweiterungsscreenshots

screenshot
screenshot

The News Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie The News Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name The News Tab The News Tab
ID mbbkknmhhcfmleopndnflnpeflgjfbjd
Offizielle URL https://chromewebstore.google.com/detail/the-news-tab/mbbkknmhhcfmleopndnflnpeflgjfbjd
Beschreibung A new tab extension for chrome that allows you to view the latest news
Dateigröße 695 KB
Installationsanzahl 84
Aktuelle Version 2.0.0
Letztes Update 2022-04-04
Veröffentlichungsdatum 2021-02-10
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://garlickbread.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://garlickbread.com
Hilfeseite URL https://github.com/jcbjoe/TheNewsTab/issues
Unterstützte Sprachen 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": [
        ""
    ]
}