NY Times via AADL

Redirect links to the NY Times through the Ann Arbor District Library.

ما هو NY Times via AADL؟

NY Times via AADL هو إضافة Chrome تم تطويرها بواسطة timsaucer، والميزة الرئيسية لها هي "Redirect links to the NY Times through the Ann Arbor District Library.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NY Times via AADL

قم بتنزيل ملفات الامتداد NY Times via AADL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Redirect links to the NY Times through the Ann Arbor District Library. A valid library account with the AADL is required. This will give you an icon in the address bar when you are on either the NY Times site or the AADL redirected site that allows you to switch back and forth with a single click. You must be logged into AADL.                    

معلومات أساسية عن التمديد

الاسم NY Times via AADL NY Times via AADL
ID fimgkmekgmlbhpbmbjemfjlmdclpaeal
عنوان URL الرسمي https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal
الوصف Redirect links to the NY Times through the Ann Arbor District Library.
حجم الملف 11.25 KB
عدد التثبيتات 136
النسخة الحالية 1.1
آخر تحديث 2020-12-03
تاريخ النشر 2020-12-03
تقييم 5.00/5 مجموع تقييمات 1
المطور timsaucer
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NY Times via AADL",
    "version": "1.1",
    "description": "Redirect links to the NY Times through the Ann Arbor District Library.",
    "page_action": {
        "default_icon": {
            "48": "icons\/nytimes-aadl-48.png"
        },
        "show_matches": [
            "*:\/\/www.nytimes.com\/*",
            "*:\/\/www-nytimes-com.research.aadl.org\/*"
        ]
    },
    "background": {
        "scripts": [
            "redirect.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}