New York Times Homepage Bylines
Add bylines back to the NYT homepage.
Vad är New York Times Homepage Bylines?
New York Times Homepage Bylines är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Add bylines back to the NYT homepage.".
Tilläggsskärmbilder
Ladda ner New York Times Homepage Bylines-förlängningens CRX-fil
Ladda ner New York Times Homepage Bylines-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | bpihdicabpkicgibbhedhogpdjbjffoo |
| Officiell webbadress | https://chromewebstore.google.com/detail/new-york-times-homepage-b/bpihdicabpkicgibbhedhogpdjbjffoo |
| Beskrivning | Add bylines back to the NYT homepage. |
| Filstorlek | 4.28 KB |
| Antal Installationer | 28 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2018-09-17 |
| Publiceringsdatum | 2018-09-16 |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/ecmendenhall/nyt-bylines |
| Stödda Språk | 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
} | |