Harvard Library URL
Adds .ezp-prod1.hul.harvard.edu to a URL
什么是Harvard Library URL?
Harvard Library URL是由harvard-library-url开发的Chrome扩展程序,该扩展的主要功能是“Adds .ezp-prod1.hul.harvard.edu to a URL”。
扩展截图
下载Harvard Library URL扩展crx文件
下载Harvard Library URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a button to the right of the URL bar that quickly appends ".ezp-prod1.hul.harvard.edu" onto a website's hostname to allow authentication through Harvard's library system. This gives access to any resources Harvard subscribes to. 扩展基本信息
| 名称 | |
| ID | ifhojdchaepighibkcdkmnafbcafleci |
| 官方URL | https://chrome.google.com/webstore/detail/harvard-library-url/ifhojdchaepighibkcdkmnafbcafleci |
| 简介 | Adds .ezp-prod1.hul.harvard.edu to a URL |
| 文件大小 | 7.23 KB |
| 安装次数 | 1,512 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2014-04-09 |
| 上架时间 | 2014-04-09 |
| 评分 | 3.33/5 共6次评分 |
| 开发者 | harvard-library-url |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Harvard Library URL",
"version": "0.1.1",
"description": "Adds .ezp-prod1.hul.harvard.edu to a URL",
"background": {
"scripts": [
"urlchange.js"
]
},
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"tabs"
]
} | |