ASU Library Journal Easy-Access

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

ASU Library Journal Easy-Access là gì?

ASU Library Journal Easy-Access là một tiện ích mở rộng Chrome được phát triển bởi New Alexandria, và tính năng chính của nó là "Click the icon to view a journal article through the university library access system".

Tải xuống tệp CRX của tiện ích mở rộng ASU Library Journal Easy-Access

Tải xuống các tệp mở rộng ASU Library Journal Easy-Access dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ASU Library Journal Easy-Access ASU Library Journal Easy-Access
ID cogpgniiadakaollagikhhlmhekajnol
URL Chính Thức https://chrome.google.com/webstore/detail/asu-library-journal-easy/cogpgniiadakaollagikhhlmhekajnol
Mô tả Click the icon to view a journal article through the university library access system
Kích Thước Tệp 42.94 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-11-18
Ngày Phát Hành 2014-11-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển New Alexandria
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension
URL Trang Trợ Giúp https://github.com/NewAlexandria/ASU-Library-Access-Chrome-Extension/issues
Ngôn Ngữ Được Hỗ Trợ 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
}