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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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": [ " |