NY Times via AADL
Redirect links to the NY Times through the Ann Arbor District Library.
Vad är NY Times via AADL?
NY Times via AADL är en Chrome-tillägg utvecklad av timsaucer, och dess huvudfunktion är "Redirect links to the NY Times through the Ann Arbor District Library.".
Tilläggsskärmbilder
Ladda ner NY Times via AADL-förlängningens CRX-fil
Ladda ner NY Times via AADL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | NY Times via AADL |
ID | fimgkmekgmlbhpbmbjemfjlmdclpaeal |
Officiell webbadress | https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal |
Beskrivning | Redirect links to the NY Times through the Ann Arbor District Library. |
Filstorlek | 11.25 KB |
Antal Installationer | 136 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2020-12-03 |
Publiceringsdatum | 2020-12-03 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | timsaucer |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |