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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
        ""
    ]
}