New York Times Homepage Bylines
Add bylines back to the NYT homepage.
What is New York Times Homepage Bylines?
New York Times Homepage Bylines is a Chrome extension developed by Unknown, and its main feature is "Add bylines back to the NYT homepage.".
Extension Screenshots
Download New York Times Homepage Bylines Extension CRX File
Download New York Times Homepage Bylines extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | New York Times Homepage Bylines |
ID | bpihdicabpkicgibbhedhogpdjbjffoo |
Official URL | https://chromewebstore.google.com/detail/new-york-times-homepage-b/bpihdicabpkicgibbhedhogpdjbjffoo |
Description | Add bylines back to the NYT homepage. |
File Size | 4.28 KB |
Installation Count | 28 |
Current Version | 0.0.1 |
Last Updated | 2018-09-17 |
Publish Date | 2018-09-16 |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/ecmendenhall/nyt-bylines |
Supported Languages | 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 } |