The News Tab

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

Qu'est-ce que The News Tab ?

The News Tab est une extension Chrome développée par https://garlickbread.com, et sa fonction principale est "A new tab extension for chrome that allows you to view the latest news".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension The News Tab

Téléchargez les fichiers d'extension The News Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom The News Tab The News Tab
ID mbbkknmhhcfmleopndnflnpeflgjfbjd
URL Officiel https://chromewebstore.google.com/detail/the-news-tab/mbbkknmhhcfmleopndnflnpeflgjfbjd
Description A new tab extension for chrome that allows you to view the latest news
Taille du Fichier 695 KB
Nombre d'Installations 84
Version Actuelle 2.0.0
Dernière Mise à Jour 2022-04-04
Date de Publication 2021-02-10
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://garlickbread.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://garlickbread.com
URL de la Page d'Aide https://github.com/jcbjoe/TheNewsTab/issues
Langues Prises en Charge 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": [
        ""
    ]
}