ASU Library Journal Easy-Access

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

Was ist ASU Library Journal Easy-Access?

ASU Library Journal Easy-Access ist eine Chrome-Erweiterung, die von New Alexandria entwickelt wurde, und ihr Hauptmerkmal ist "Click the icon to view a journal article through the university library access system".

ASU Library Journal Easy-Access-Erweiterungs-CRX-Datei herunterladen

Laden Sie ASU Library Journal Easy-Access-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ASU Library Journal Easy-Access ASU Library Journal Easy-Access
ID cogpgniiadakaollagikhhlmhekajnol
Offizielle URL https://chrome.google.com/webstore/detail/asu-library-journal-easy/cogpgniiadakaollagikhhlmhekajnol
Beschreibung Click the icon to view a journal article through the university library access system
Dateigröße 42.94 KB
Installationsanzahl 24
Aktuelle Version 0.1
Letztes Update 2014-11-18
Veröffentlichungsdatum 2014-11-18
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler New Alexandria
Zahlungsart free
Erweiterungswebsite https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension
Hilfeseite URL https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension/issues
Unterstützte Sprachen 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
}