NY Times via AADL
Redirect links to the NY Times through the Ann Arbor District Library.
What is NY Times via AADL?
NY Times via AADL is a Chrome extension developed by timsaucer, and its main feature is "Redirect links to the NY Times through the Ann Arbor District Library.".
Extension Screenshots
Download NY Times via AADL Extension CRX File
Download NY Times via AADL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NY Times via AADL |
ID | fimgkmekgmlbhpbmbjemfjlmdclpaeal |
Official URL | https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal |
Description | Redirect links to the NY Times through the Ann Arbor District Library. |
File Size | 11.25 KB |
Installation Count | 136 |
Current Version | 1.1 |
Last Updated | 2020-12-03 |
Publish Date | 2020-12-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | timsaucer |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |