New York Times Homepage Bylines

Add bylines back to the NYT homepage.

Qu'est-ce que New York Times Homepage Bylines ?

New York Times Homepage Bylines est une extension Chrome développée par Unknown, et sa fonction principale est "Add bylines back to the NYT homepage.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension New York Times Homepage Bylines

Téléchargez les fichiers d'extension New York Times Homepage Bylines 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

                        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!                    

Informations de Base sur l'Extension

Nom New York Times Homepage Bylines New York Times Homepage Bylines
ID bpihdicabpkicgibbhedhogpdjbjffoo
URL Officiel https://chromewebstore.google.com/detail/new-york-times-homepage-b/bpihdicabpkicgibbhedhogpdjbjffoo
Description Add bylines back to the NYT homepage.
Taille du Fichier 4.28 KB
Nombre d'Installations 28
Version Actuelle 0.0.1
Dernière Mise à Jour 2018-09-17
Date de Publication 2018-09-16
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/ecmendenhall/nyt-bylines
Langues Prises en Charge 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
}