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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A new tab extension for chrome that allows you to view the latest news"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The News Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
        ""
    ]
}