The New York Times Headlines New Tab

Keep up with the headlines in your new tab.

¿Qué es The New York Times Headlines New Tab?

The New York Times Headlines New Tab es una extensión de Chrome desarrollada por Annie Ma, y su función principal es "Keep up with the headlines in your new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión The New York Times Headlines New Tab

Descarga archivos de extensión The New York Times Headlines New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre The New York Times Headlines New Tab The New York Times Headlines New Tab
ID cddnhicccabkgfcenjanbchdjjmehdal
URL Oficial https://chromewebstore.google.com/detail/the-new-york-times-headli/cddnhicccabkgfcenjanbchdjjmehdal
Descripción Keep up with the headlines in your new tab.
Tamaño del Archivo 15.93 MB
Cantidad de Instalaciones 237
Versión Actual 3.1
Última Actualización 2023-01-02
Fecha de Publicación 2021-12-23
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Annie Ma
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}