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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect links to the NY Times through the Ann Arbor District Library."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NY Times via AADL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |