Harvard Library URL

Adds .ezp-prod1.hul.harvard.edu to a URL

What is Harvard Library URL?

Harvard Library URL is a Chrome extension developed by harvard-library-url, and its main feature is "Adds .ezp-prod1.hul.harvard.edu to a URL".

Extension Screenshots

screenshot

Download Harvard Library URL Extension CRX File

Download Harvard Library URL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Harvard Library URL Harvard Library URL
ID ifhojdchaepighibkcdkmnafbcafleci
Official URL https://chrome.google.com/webstore/detail/harvard-library-url/ifhojdchaepighibkcdkmnafbcafleci
Description Adds .ezp-prod1.hul.harvard.edu to a URL
File Size 7.23 KB
Installation Count 1,512
Current Version 0.1.1
Last Updated 2014-04-09
Publish Date 2014-04-09
Rating 3.33/5 Total 6 Ratings
Developer harvard-library-url
Payment Type free
Supported Languages 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"
    ]
}