NY Times via AADL
Redirect links to the NY Times through the Ann Arbor District Library.
Qu'est-ce que NY Times via AADL ?
NY Times via AADL est une extension Chrome développée par timsaucer, et sa fonction principale est "Redirect links to the NY Times through the Ann Arbor District Library.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NY Times via AADL
Téléchargez les fichiers d'extension NY Times via AADL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | NY Times via AADL |
ID | fimgkmekgmlbhpbmbjemfjlmdclpaeal |
URL Officiel | https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal |
Description | Redirect links to the NY Times through the Ann Arbor District Library. |
Taille du Fichier | 11.25 KB |
Nombre d'Installations | 136 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-12-03 |
Date de Publication | 2020-12-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | timsaucer |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |