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
官方網址 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": [
        ""
    ]
}