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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}