The News Tab
A new tab extension for chrome that allows you to view the latest news
Что такое The News Tab?
The News Tab - это расширение Chrome, разработанное https://garlickbread.com, и его основная функция - "A new tab extension for chrome that allows you to view the latest news".
Снимки экрана расширения
Скачать файл CRX расширения The News Tab
Скачайте файлы расширений 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.
Основная информация о расширении
Название | |
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": [ " |