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文件

下载ASU Library Journal Easy-Access扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}