NY Times via AADL
Redirect links to the NY Times through the Ann Arbor District Library.
Τι είναι το NY Times via AADL;
Το NY Times via AADL είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον timsaucer, και η κύρια λειτουργία του είναι "Redirect links to the NY Times through the Ann Arbor District Library.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης NY Times via AADL
Λήψη αρχείων επέκτασης 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" ] } |