NY Times via AADL
Redirect links to the NY Times through the Ann Arbor District Library.
什么是NY Times via AADL?
NY Times via AADL是由timsaucer开发的Chrome扩展程序,该扩展的主要功能是“Redirect links to the NY Times through the Ann Arbor District Library.”。
扩展截图
下载NY Times via AADL扩展crx文件
下载NY Times via AADL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | NY Times via AADL |
ID | fimgkmekgmlbhpbmbjemfjlmdclpaeal |
官方URL | https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal |
简介 | Redirect links to the NY Times through the Ann Arbor District Library. |
文件大小 | 11.25 KB |
安装次数 | 136 |
当前版本 | 1.1 |
更新时间 | 2020-12-03 |
上架时间 | 2020-12-03 |
评分 | 5.00/5 共1次评分 |
开发者 | timsaucer |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |