The New York Times Headlines New Tab

Keep up with the headlines in your new tab.

Apa itu The New York Times Headlines New Tab?

The New York Times Headlines New Tab adalah ekstensi Chrome yang dikembangkan oleh Annie Ma, dan fitur utamanya adalah "Keep up with the headlines in your new tab.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi The New York Times Headlines New Tab

Unduh file ekstensi The New York Times Headlines New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama The New York Times Headlines New Tab The New York Times Headlines New Tab
ID cddnhicccabkgfcenjanbchdjjmehdal
URL Resmi https://chromewebstore.google.com/detail/the-new-york-times-headli/cddnhicccabkgfcenjanbchdjjmehdal
Deskripsi Keep up with the headlines in your new tab.
Ukuran File 15.93 MB
Jumlah Instalasi 237
Versi Saat Ini 3.1
Terakhir Diperbarui 2023-01-02
Tanggal Publikasi 2021-12-23
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Annie Ma
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}