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
}