Maryville Library - Newspaper Access
Allows you to access Maryville Library subscriptions for the NYTimes Times, WSJ, WashPo and the STL Post-Dispatch
Cos'è Maryville Library - Newspaper Access?
Maryville Library - Newspaper Access è un'estensione di Chrome sviluppata da Maryville University, e la sua funzione principale è "Allows you to access Maryville Library subscriptions for the NYTimes Times, WSJ, WashPo and the STL Post-Dispatch".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Maryville Library - Newspaper Access
Scarica i file di estensione Maryville Library - Newspaper Access in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Maryville Library - Newspaper Access |
ID | hbcffjlkdcaajkjncihjfogoepcmplih |
URL Ufficiale | https://chromewebstore.google.com/detail/maryville-library-newspap/hbcffjlkdcaajkjncihjfogoepcmplih |
Descrizione | Allows you to access Maryville Library subscriptions for the NYTimes Times, WSJ, WashPo and the STL Post-Dispatch |
Dimensione del File | 11.43 KB |
Conteggio Installazioni | 113 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-02-12 |
Data di Pubblicazione | 2018-02-11 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | Maryville University |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |