New York Times Homepage Bylines
Add bylines back to the NYT homepage.
Apa itu New York Times Homepage Bylines?
New York Times Homepage Bylines adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Add bylines back to the NYT homepage.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi New York Times Homepage Bylines
Unduh file ekstensi New York Times Homepage Bylines dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | New York Times Homepage Bylines |
ID | bpihdicabpkicgibbhedhogpdjbjffoo |
URL Resmi | https://chromewebstore.google.com/detail/new-york-times-homepage-b/bpihdicabpkicgibbhedhogpdjbjffoo |
Deskripsi | Add bylines back to the NYT homepage. |
Ukuran File | 4.28 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2018-09-17 |
Tanggal Publikasi | 2018-09-16 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ecmendenhall/nyt-bylines |
Bahasa yang Didukung | 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 } |