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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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": [ " |