ASU Library Journal Easy-Access
Click the icon to view a journal article through the university library access system
Wat is ASU Library Journal Easy-Access?
ASU Library Journal Easy-Access is een Chrome-extensie ontwikkeld door New Alexandria, en de belangrijkste functie is "Click the icon to view a journal article through the university library access system".
Download het CRX-bestand van de extensie ASU Library Journal Easy-Access
Download ASU Library Journal Easy-Access-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | cogpgniiadakaollagikhhlmhekajnol |
Officiële URL | https://chrome.google.com/webstore/detail/asu-library-journal-easy/cogpgniiadakaollagikhhlmhekajnol |
Beschrijving | Click the icon to view a journal article through the university library access system |
Bestandsgrootte | 42.94 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-11-18 |
Publicatiedatum | 2014-11-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | New Alexandria |
Betalingswijze | free |
Extensiewebsite | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension |
Help Pagina-URL | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension/issues |
Ondersteunde Talen | 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 } |