ASU Library Journal Easy-Access

Click the icon to view a journal article through the university library access system

What is ASU Library Journal Easy-Access?

ASU Library Journal Easy-Access is a Chrome extension developed by New Alexandria, and its main feature is "Click the icon to view a journal article through the university library access system".

Download ASU Library Journal Easy-Access Extension CRX File

Download ASU Library Journal Easy-Access extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name ASU Library Journal Easy-Access ASU Library Journal Easy-Access
ID cogpgniiadakaollagikhhlmhekajnol
Official URL https://chrome.google.com/webstore/detail/asu-library-journal-easy/cogpgniiadakaollagikhhlmhekajnol
Description Click the icon to view a journal article through the university library access system
File Size 42.94 KB
Installation Count 24
Current Version 0.1
Last Updated 2014-11-18
Publish Date 2014-11-18
Rating 5.00/5 Total 1 Ratings
Developer New Alexandria
Payment Type free
Extension Website https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension
Help Page URL https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension/issues
Supported Languages 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
}