ASU Library Journal Easy-Access

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

ASU Library Journal Easy-Access란 무엇입니까?

ASU Library Journal Easy-Access은(는) New Alexandria에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click the icon to view a journal article through the university library access system"입니다.

ASU Library Journal Easy-Access 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 ASU Library Journal Easy-Access ASU Library Journal Easy-Access
ID cogpgniiadakaollagikhhlmhekajnol
공식 URL https://chrome.google.com/webstore/detail/asu-library-journal-easy/cogpgniiadakaollagikhhlmhekajnol
설명 Click the icon to view a journal article through the university library access system
파일 크기 42.94 KB
설치 횟수 24
현재 버전 0.1
최근 업데이트 2014-11-18
출시 날짜 2014-11-18
평점 5.00/5 총 1 개의 평점
개발자 New Alexandria
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension
도움말 페이지 URL https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension/issues
지원되는 언어 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
}