NY Times via AADL

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

Was ist NY Times via AADL?

NY Times via AADL ist eine Chrome-Erweiterung, die von timsaucer entwickelt wurde, und ihr Hauptmerkmal ist "Redirect links to the NY Times through the Ann Arbor District Library.".

Erweiterungsscreenshots

screenshot

NY Times via AADL-Erweiterungs-CRX-Datei herunterladen

Laden Sie NY Times via AADL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NY Times via AADL NY Times via AADL
ID fimgkmekgmlbhpbmbjemfjlmdclpaeal
Offizielle URL https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal
Beschreibung Redirect links to the NY Times through the Ann Arbor District Library.
Dateigröße 11.25 KB
Installationsanzahl 136
Aktuelle Version 1.1
Letztes Update 2020-12-03
Veröffentlichungsdatum 2020-12-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler timsaucer
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}