ASU Library Journal Easy-Access

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

Co to jest ASU Library Journal Easy-Access?

ASU Library Journal Easy-Access to rozszerzenie Chrome opracowane przez New Alexandria, a jego główną funkcją jest „Click the icon to view a journal article through the university library access system”.

Pobierz plik CRX rozszerzenia ASU Library Journal Easy-Access

Pobierz pliki rozszerzeń ASU Library Journal Easy-Access w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ASU Library Journal Easy-Access ASU Library Journal Easy-Access
ID cogpgniiadakaollagikhhlmhekajnol
Oficjalny URL https://chrome.google.com/webstore/detail/asu-library-journal-easy/cogpgniiadakaollagikhhlmhekajnol
Opis Click the icon to view a journal article through the university library access system
Rozmiar pliku 42.94 KB
Liczba instalacji 24
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-11-18
Data Publikacji 2014-11-18
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper New Alexandria
Typ Płatności free
Strona Rozszerzenia https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension
Adres URL Strony Pomocy https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension/issues
Obsługiwane Języki 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
}