New York Times Homepage Bylines

Add bylines back to the NYT homepage.

什么是New York Times Homepage Bylines?

New York Times Homepage Bylines是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Add bylines back to the NYT homepage.”。

扩展截图

screenshot
screenshot

下载New York Times Homepage Bylines扩展crx文件

下载New York Times Homepage Bylines扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 New York Times Homepage Bylines New York Times Homepage Bylines
ID bpihdicabpkicgibbhedhogpdjbjffoo
官方URL https://chromewebstore.google.com/detail/new-york-times-homepage-b/bpihdicabpkicgibbhedhogpdjbjffoo
简介 Add bylines back to the NYT homepage.
文件大小 4.28 KB
安装次数 28
当前版本 0.0.1
更新时间 2018-09-17
上架时间 2018-09-16
开发者 Unknown
付费类型 free
扩展官网 https://github.com/ecmendenhall/nyt-bylines
支持的语言 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
}