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
官方網址 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"
    ]
}