NY Times via AADL

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

NY Times via AADL là gì?

NY Times via AADL là một tiện ích mở rộng Chrome được phát triển bởi timsaucer, và tính năng chính của nó là "Redirect links to the NY Times through the Ann Arbor District Library.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NY Times via AADL

Tải xuống các tệp mở rộng NY Times via AADL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NY Times via AADL NY Times via AADL
ID fimgkmekgmlbhpbmbjemfjlmdclpaeal
URL Chính Thức https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal
Mô tả Redirect links to the NY Times through the Ann Arbor District Library.
Kích Thước Tệp 11.25 KB
Số Lần Cài Đặt 136
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-12-03
Ngày Phát Hành 2020-12-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển timsaucer
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}