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
公式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
Eメール [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"
    ]
}