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 |
| 官方網址 | 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"
]
} | |