The News Tab

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

O que é The News Tab?

The News Tab é uma extensão do Chrome desenvolvida por https://garlickbread.com, e sua principal característica é "A new tab extension for chrome that allows you to view the latest news".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão The News Tab

Baixe arquivos de extensão The News Tab 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

                        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.                    

Informações Básicas da Extensão

Nome The News Tab The News Tab
ID mbbkknmhhcfmleopndnflnpeflgjfbjd
URL Oficial https://chromewebstore.google.com/detail/the-news-tab/mbbkknmhhcfmleopndnflnpeflgjfbjd
Descrição A new tab extension for chrome that allows you to view the latest news
Tamanho do Arquivo 695 KB
Contagem de Instalações 84
Versão Atual 2.0.0
Última Atualização 2022-04-04
Data de Publicação 2021-02-10
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://garlickbread.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://garlickbread.com
URL da Página de Ajuda https://github.com/jcbjoe/TheNewsTab/issues
Idiomas Suportados 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": [
        ""
    ]
}