NY Times via AADL

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

Co je NY Times via AADL?

NY Times via AADL je rozšíření Chrome vyvinuté timsaucer, a jeho hlavní funkcí je „Redirect links to the NY Times through the Ann Arbor District Library.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NY Times via AADL

Stáhněte si soubory rozšíření NY Times via AADL ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název NY Times via AADL NY Times via AADL
ID fimgkmekgmlbhpbmbjemfjlmdclpaeal
Oficiální URL https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal
Popis Redirect links to the NY Times through the Ann Arbor District Library.
Velikost souboru 11.25 KB
Počet instalací 136
Aktuální Verze 1.1
Poslední Aktualizace 2020-12-03
Datum Vydání 2020-12-03
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář timsaucer
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}