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」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Harvard Library URL Harvard Library URL
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"
    ]
}