New York Times Homepage Bylines

Add bylines back to the NYT homepage.

O que é New York Times Homepage Bylines?

New York Times Homepage Bylines é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Add bylines back to the NYT homepage.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão New York Times Homepage Bylines

Baixe arquivos de extensão New York Times Homepage Bylines 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

                        The New York Times removed bylines from their homepage. I added bylines back to their homepage. Now you can tell who wrote the articles. I think this adds more bylines than the page had before. That'll show you, New York Times! Look at all those bylines!                    

Informações Básicas da Extensão

Nome New York Times Homepage Bylines New York Times Homepage Bylines
ID bpihdicabpkicgibbhedhogpdjbjffoo
URL Oficial https://chromewebstore.google.com/detail/new-york-times-homepage-b/bpihdicabpkicgibbhedhogpdjbjffoo
Descrição Add bylines back to the NYT homepage.
Tamanho do Arquivo 4.28 KB
Contagem de Instalações 28
Versão Atual 0.0.1
Última Atualização 2018-09-17
Data de Publicação 2018-09-16
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/ecmendenhall/nyt-bylines
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New York Times Homepage Bylines",
    "version": "0.0.1",
    "description": "Add bylines back to the NYT homepage.",
    "author": "EC Mendenhall",
    "homepage_url": "https:\/\/github.com\/ecmendenhall\/nyt-bylines",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.nytimes.com\/"
            ],
            "js": [
                "bylines.js"
            ]
        }
    ],
    "manifest_version": 2
}