The New York Times Headlines New Tab

Keep up with the headlines in your new tab.

Qu'est-ce que The New York Times Headlines New Tab ?

The New York Times Headlines New Tab est une extension Chrome développée par Annie Ma, et sa fonction principale est "Keep up with the headlines in your new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension The New York Times Headlines New Tab

Téléchargez les fichiers d'extension The New York Times Headlines New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom The New York Times Headlines New Tab The New York Times Headlines New Tab
ID cddnhicccabkgfcenjanbchdjjmehdal
URL Officiel https://chromewebstore.google.com/detail/the-new-york-times-headli/cddnhicccabkgfcenjanbchdjjmehdal
Description Keep up with the headlines in your new tab.
Taille du Fichier 15.93 MB
Nombre d'Installations 237
Version Actuelle 3.1
Dernière Mise à Jour 2023-01-02
Date de Publication 2021-12-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur Annie Ma
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}