NY Times via AADL

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

Wat is NY Times via AADL?

NY Times via AADL is een Chrome-extensie ontwikkeld door timsaucer, en de belangrijkste functie is "Redirect links to the NY Times through the Ann Arbor District Library.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NY Times via AADL

Download NY Times via AADL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NY Times via AADL NY Times via AADL
ID fimgkmekgmlbhpbmbjemfjlmdclpaeal
Officiële URL https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal
Beschrijving Redirect links to the NY Times through the Ann Arbor District Library.
Bestandsgrootte 11.25 KB
Aantal Installaties 136
Huidige Versie 1.1
Laatst Bijgewerkt 2020-12-03
Publicatiedatum 2020-12-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar timsaucer
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}