New York Times Homepage Bylines

Add bylines back to the NYT homepage.

Что такое New York Times Homepage Bylines?

New York Times Homepage Bylines - это расширение Chrome, разработанное Unknown, и его основная функция - "Add bylines back to the NYT homepage.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения New York Times Homepage Bylines

Скачайте файлы расширений 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
}