New York Times Homepage Bylines

Add bylines back to the NYT homepage.

Cos'è New York Times Homepage Bylines?

New York Times Homepage Bylines è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Add bylines back to the NYT homepage.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione New York Times Homepage Bylines

Scarica i file di estensione New York Times Homepage Bylines 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

                        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!                    

Informazioni di Base sull'Estensione

Nome New York Times Homepage Bylines New York Times Homepage Bylines
ID bpihdicabpkicgibbhedhogpdjbjffoo
URL Ufficiale https://chromewebstore.google.com/detail/new-york-times-homepage-b/bpihdicabpkicgibbhedhogpdjbjffoo
Descrizione Add bylines back to the NYT homepage.
Dimensione del File 4.28 KB
Conteggio Installazioni 28
Versione Corrente 0.0.1
Ultimo Aggiornamento 2018-09-17
Data di Pubblicazione 2018-09-16
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ecmendenhall/nyt-bylines
Lingue Supportate 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
}