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文件

下載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
官方網址 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"
    ]
}