ASU Library Journal Easy-Access
Click the icon to view a journal article through the university library access system
Vad är ASU Library Journal Easy-Access?
ASU Library Journal Easy-Access är en Chrome-tillägg utvecklad av New Alexandria, och dess huvudfunktion är "Click the icon to view a journal article through the university library access system".
Ladda ner ASU Library Journal Easy-Access-förlängningens CRX-fil
Ladda ner ASU Library Journal Easy-Access-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | cogpgniiadakaollagikhhlmhekajnol |
Officiell webbadress | https://chrome.google.com/webstore/detail/asu-library-journal-easy/cogpgniiadakaollagikhhlmhekajnol |
Beskrivning | Click the icon to view a journal article through the university library access system |
Filstorlek | 42.94 KB |
Antal Installationer | 24 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-11-18 |
Publiceringsdatum | 2014-11-18 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | New Alexandria |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension |
Hjälpsida URL | https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension/issues |
Stödda Språk | 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 } |