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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}