Maryville Library - Newspaper Access
Allows you to access Maryville Library subscriptions for the NYTimes Times, WSJ, WashPo and the STL Post-Dispatch
Qu'est-ce que Maryville Library - Newspaper Access ?
Maryville Library - Newspaper Access est une extension Chrome développée par Maryville University, et sa fonction principale est "Allows you to access Maryville Library subscriptions for the NYTimes Times, WSJ, WashPo and the STL Post-Dispatch".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Maryville Library - Newspaper Access
Téléchargez les fichiers d'extension Maryville Library - Newspaper Access 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
The Maryville University Library Chrome Extension allows you to view articles from the New York Times, Wall Street Journal, Washington Post and the St Louis Post-Dispatch. When you hit a paywall, if the Maryville University Library has access to that article, a notification will pop up alerting you; just click that notification and it will bring you to the full version of that article. Today, this extension only works from Maryville's campus but watch for future updates!
Informations de Base sur l'Extension
Nom | Maryville Library - Newspaper Access |
ID | hbcffjlkdcaajkjncihjfogoepcmplih |
URL Officiel | https://chromewebstore.google.com/detail/maryville-library-newspap/hbcffjlkdcaajkjncihjfogoepcmplih |
Description | Allows you to access Maryville Library subscriptions for the NYTimes Times, WSJ, WashPo and the STL Post-Dispatch |
Taille du Fichier | 11.43 KB |
Nombre d'Installations | 113 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-02-12 |
Date de Publication | 2018-02-11 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Maryville University |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Maryville Library - Newspaper Access", "short_name": "Maryville Access", "description": "Allows you to access Maryville Library subscriptions for the NYTimes Times, WSJ, WashPo and the STL Post-Dispatch", "author": "Maryville University", "version": "1.0", "icons": { "128": "128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "content_scripts": [ { "matches": [ "*:\/\/*.nytimes.com\/*", "*:\/\/*.wsj.com\/*", "*:\/\/*.stltoday.com\/*", "*:\/\/*.washingtonpost.com\/*" ], "all_frames": true, "js": [ "main.js" ], "run_at": "document_end" } ] } |