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
}