The New York Times Headlines New Tab

Keep up with the headlines in your new tab.

O que é The New York Times Headlines New Tab?

The New York Times Headlines New Tab é uma extensão do Chrome desenvolvida por Annie Ma, e sua principal característica é "Keep up with the headlines in your new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão The New York Times Headlines New Tab

Baixe arquivos de extensão The New York Times Headlines New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome 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
Descrição Keep up with the headlines in your new tab.
Tamanho do Arquivo 15.93 MB
Contagem de Instalações 237
Versão Atual 3.1
Última Atualização 2023-01-02
Data de Publicação 2021-12-23
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Annie Ma
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}