NY Times via AADL

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

NY Times via AADL란 무엇입니까?

NY Times via AADL은(는) timsaucer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirect links to the NY Times through the Ann Arbor District Library."입니다.

확장 프로그램 스크린샷

screenshot

NY Times via AADL 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}