NY Times via AADL

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

Cos'è NY Times via AADL?

NY Times via AADL è un'estensione di Chrome sviluppata da timsaucer, e la sua funzione principale è "Redirect links to the NY Times through the Ann Arbor District Library.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NY Times via AADL

Scarica i file di estensione NY Times via AADL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NY Times via AADL NY Times via AADL
ID fimgkmekgmlbhpbmbjemfjlmdclpaeal
URL Ufficiale https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal
Descrizione Redirect links to the NY Times through the Ann Arbor District Library.
Dimensione del File 11.25 KB
Conteggio Installazioni 136
Versione Corrente 1.1
Ultimo Aggiornamento 2020-12-03
Data di Pubblicazione 2020-12-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore timsaucer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}