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
擴展基本資訊
名稱 | |
ID | cogpgniiadakaollagikhhlmhekajnol |
官方網址 | 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 } |