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
官方網址 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
}