NY Times via AADL
Redirect links to the NY Times through the Ann Arbor District Library.
Apa itu NY Times via AADL?
NY Times via AADL adalah ekstensi Chrome yang dikembangkan oleh timsaucer, dan fitur utamanya adalah "Redirect links to the NY Times through the Ann Arbor District Library.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NY Times via AADL
Unduh file ekstensi NY Times via AADL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | NY Times via AADL |
ID | fimgkmekgmlbhpbmbjemfjlmdclpaeal |
URL Resmi | https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal |
Deskripsi | Redirect links to the NY Times through the Ann Arbor District Library. |
Ukuran File | 11.25 KB |
Jumlah Instalasi | 136 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2020-12-03 |
Tanggal Publikasi | 2020-12-03 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | timsaucer |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |