The News Tab

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

什么是The News Tab?

The News Tab是由https://garlickbread.com开发的Chrome扩展程序,该扩展的主要功能是“A new tab extension for chrome that allows you to view the latest news”。

扩展截图

screenshot
screenshot

下载The News Tab扩展crx文件

下载The News Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 The News Tab The News Tab
ID mbbkknmhhcfmleopndnflnpeflgjfbjd
官方URL https://chromewebstore.google.com/detail/the-news-tab/mbbkknmhhcfmleopndnflnpeflgjfbjd
简介 A new tab extension for chrome that allows you to view the latest news
文件大小 695 KB
安装次数 84
当前版本 2.0.0
更新时间 2022-04-04
上架时间 2021-02-10
评分 5.00/5 共5次评分
开发者 https://garlickbread.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://garlickbread.com
帮助页面URL https://github.com/jcbjoe/TheNewsTab/issues
支持的语言 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": [
        ""
    ]
}