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
电子邮箱 [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"
    ]
}