New York Times Homepage Bylines
Add bylines back to the NYT homepage.
Wat is New York Times Homepage Bylines?
New York Times Homepage Bylines is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Add bylines back to the NYT homepage.".
Extensie Screenshots
Download het CRX-bestand van de extensie New York Times Homepage Bylines
Download New York Times Homepage Bylines-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | bpihdicabpkicgibbhedhogpdjbjffoo |
| Officiële URL | https://chromewebstore.google.com/detail/new-york-times-homepage-b/bpihdicabpkicgibbhedhogpdjbjffoo |
| Beschrijving | Add bylines back to the NYT homepage. |
| Bestandsgrootte | 4.28 KB |
| Aantal Installaties | 28 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2018-09-17 |
| Publicatiedatum | 2018-09-16 |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ecmendenhall/nyt-bylines |
| Ondersteunde Talen | 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
} | |