ASU Library Journal Easy-Access
Click the icon to view a journal article through the university library access system
Cos'è ASU Library Journal Easy-Access?
ASU Library Journal Easy-Access è un'estensione di Chrome sviluppata da New Alexandria, e la sua funzione principale è "Click the icon to view a journal article through the university library access system".
Scarica il file CRX dell'estensione ASU Library Journal Easy-Access
Scarica i file di estensione ASU Library Journal Easy-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
Adds a button that you can click to view a journal article through the university library access system. Works for any article you are viewing (as long as ASU has access to it). This is an open source project! Open an issue or PR on GitHub: https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension
Informazioni di Base sull'Estensione
Nome | |
ID | cogpgniiadakaollagikhhlmhekajnol |
URL Ufficiale | https://chrome.google.com/webstore/detail/asu-library-journal-easy/cogpgniiadakaollagikhhlmhekajnol |
Descrizione | Click the icon to view a journal article through the university library access system |
Dimensione del File | 42.94 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-11-18 |
Data di Pubblicazione | 2014-11-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | New Alexandria |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension |
URL della Pagina di Aiuto | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ASU Library Journal Easy-Access", "short_name": "asulibaccess", "description": "Click the icon to view a journal article through the university library access system", "version": "0.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/ASUlib_16.png", "48": "images\/ASUlib_48.png", "128": "images\/ASUlib_128.png" }, "browser_action": { "name": "Click to access this article through ASU Library", "default_title": "View with full libaray access", "default_icon": { "16": "images\/ASUlib_16.png", "48": "images\/ASUlib_48.png", "128": "images\/ASUlib_128.png" } }, "manifest_version": 2 } |