NY Times via AADL
Redirect links to the NY Times through the Ann Arbor District Library.
Hvad er NY Times via AADL?
NY Times via AADL er en Chrome-udvidelse udviklet af timsaucer, og dens hovedfunktion er "Redirect links to the NY Times through the Ann Arbor District Library.".
Udvidelsesskærmbilleder
Download NY Times via AADL-udvidelses-CRX-fil
Download NY Times via AADL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | NY Times via AADL |
ID | fimgkmekgmlbhpbmbjemfjlmdclpaeal |
Officiel URL | https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal |
Beskrivelse | Redirect links to the NY Times through the Ann Arbor District Library. |
Filstørrelse | 11.25 KB |
Antal Installationer | 136 |
Nuværende Version | 1.1 |
Senest Opdateret | 2020-12-03 |
Udgivelsesdato | 2020-12-03 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | timsaucer |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |