ASU Library Journal Easy-Access

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

Hvad er ASU Library Journal Easy-Access?

ASU Library Journal Easy-Access er en Chrome-udvidelse udviklet af New Alexandria, og dens hovedfunktion er "Click the icon to view a journal article through the university library access system".

Download ASU Library Journal Easy-Access-udvidelses-CRX-fil

Download ASU Library Journal Easy-Access-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn ASU Library Journal Easy-Access ASU Library Journal Easy-Access
ID cogpgniiadakaollagikhhlmhekajnol
Officiel URL https://chrome.google.com/webstore/detail/asu-library-journal-easy/cogpgniiadakaollagikhhlmhekajnol
Beskrivelse Click the icon to view a journal article through the university library access system
Filstørrelse 42.94 KB
Antal Installationer 24
Nuværende Version 0.1
Senest Opdateret 2014-11-18
Udgivelsesdato 2014-11-18
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler New Alexandria
Betalingsmetode free
Udvidelseswebsted https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension
Hjælpeside-URL https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension/issues
Understøttede Sprog 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
}