NY Times via AADL
Redirect links to the NY Times through the Ann Arbor District Library.
Co to jest NY Times via AADL?
NY Times via AADL to rozszerzenie Chrome opracowane przez timsaucer, a jego główną funkcją jest „Redirect links to the NY Times through the Ann Arbor District Library.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NY Times via AADL
Pobierz pliki rozszerzeń NY Times via AADL w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | NY Times via AADL |
ID | fimgkmekgmlbhpbmbjemfjlmdclpaeal |
Oficjalny URL | https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal |
Opis | Redirect links to the NY Times through the Ann Arbor District Library. |
Rozmiar pliku | 11.25 KB |
Liczba instalacji | 136 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2020-12-03 |
Data Publikacji | 2020-12-03 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | timsaucer |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |