NY Times via AADL

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

¿Qué es NY Times via AADL?

NY Times via AADL es una extensión de Chrome desarrollada por timsaucer, y su función principal es "Redirect links to the NY Times through the Ann Arbor District Library.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión NY Times via AADL

Descarga archivos de extensión NY Times via AADL en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre NY Times via AADL NY Times via AADL
ID fimgkmekgmlbhpbmbjemfjlmdclpaeal
URL Oficial https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal
Descripción Redirect links to the NY Times through the Ann Arbor District Library.
Tamaño del Archivo 11.25 KB
Cantidad de Instalaciones 136
Versión Actual 1.1
Última Actualización 2020-12-03
Fecha de Publicación 2020-12-03
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador timsaucer
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}