The New York Times Headlines New Tab

Keep up with the headlines in your new tab.

The New York Times Headlines New Tabとは何ですか?

The New York Times Headlines New TabはAnnie Maによって開発されたChromeの拡張機能で、その主な機能は「Keep up with the headlines in your new tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

The New York Times Headlines New Tab拡張機能のCRXファイルをダウンロード

The New York Times Headlines New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Chrome extension provides a fast, elegant interface for you to stay up to date with the top headlines from The New York Times. Not affiliated with The New York Times.

Features
-   Each new tab page displays a random headline from The New York Times
-   Non-NYT subscribers can also read full length articles
-   History list keeps track of recently loaded articles
-   Reading list lets you save articles for later
-   Choose between 24 different news categories
-   Light/Dark mode!                    

拡張機能の基本情報

名前 The New York Times Headlines New Tab The New York Times Headlines New Tab
ID cddnhicccabkgfcenjanbchdjjmehdal
公式URL https://chromewebstore.google.com/detail/the-new-york-times-headli/cddnhicccabkgfcenjanbchdjjmehdal
説明 Keep up with the headlines in your new tab.
ファイルサイズ 15.93 MB
インストール数 237
現在のバージョン 3.1
最終更新日 2023-01-02
公開日 2021-12-23
評価 5.00/5 合計 2 レビュー
開発者 Annie Ma
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The New York Times Headlines New Tab",
    "version": "3.1",
    "manifest_version": 3,
    "description": "Keep up with the headlines in your new tab.",
    "icons": {
        "128": "icons\/NYTlogo128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/newtab\/newtab.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}