The New York Times Headlines New Tab

Keep up with the headlines in your new tab.

Cos'è The New York Times Headlines New Tab?

The New York Times Headlines New Tab è un'estensione di Chrome sviluppata da Annie Ma, e la sua funzione principale è "Keep up with the headlines in your new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione The New York Times Headlines New Tab

Scarica i file di estensione The New York Times Headlines New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome The New York Times Headlines New Tab The New York Times Headlines New Tab
ID cddnhicccabkgfcenjanbchdjjmehdal
URL Ufficiale https://chromewebstore.google.com/detail/the-new-york-times-headli/cddnhicccabkgfcenjanbchdjjmehdal
Descrizione Keep up with the headlines in your new tab.
Dimensione del File 15.93 MB
Conteggio Installazioni 237
Versione Corrente 3.1
Ultimo Aggiornamento 2023-01-02
Data di Pubblicazione 2021-12-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Annie Ma
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}