Open University Libezproxy URL inject

This extension will add .libezproxy.open.ac.uk to website (i.e. nature.com or dx.doi.org) in the URL and go to that URL

什麼是Open University Libezproxy URL inject?

Open University Libezproxy URL inject是由OK Tex開發的Chrome擴展程式,該擴展的主要功能是“This extension will add .libezproxy.open.ac.uk to website (i.e. nature.com or dx.doi.org) in the URL and go to that URL”。

擴展截圖

screenshot

下載Open University Libezproxy URL inject擴展crx文件

下載Open University Libezproxy URL inject擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension is designed by a student for students (or tutors) at the Open University (UK) as a simple way to add ".libezproxy.open.ac.uk" to the domain of the active tab's URL, to redirect the page through Libez Proxy using one's Open University credentials.

This is a simple extension that only amends the current URL and redirects the page - it cannot access any credentials nor does it record any history whatsoever.  It was developed to make it easier to add the above proxy to URLs such as http://www.nature.com/.. or http://dx.doi.org/.. to become http://www.nature.com.libezproxy.open.ac.uk/.. or http://dx.doi.org.libezproxy.open.ac.uk/..

Once the code has run, the browser redirects to the Open University website where you can log in - if not already logged in - and then it will attempt to find the journal article via the OU Library.                    

擴展基本資訊

名稱 Open University Libezproxy URL inject Open University Libezproxy URL inject
ID likcfhekemnllieaaklnalhollepmphd
官方網址 https://chromewebstore.google.com/detail/open-university-libezprox/likcfhekemnllieaaklnalhollepmphd
簡介 This extension will add .libezproxy.open.ac.uk to website (i.e. nature.com or dx.doi.org) in the URL and go to that URL
檔案大小 3.87 KB
安裝次數 44
目前版本 1.0
更新時間 2022-12-24
上架時間 2015-07-09
評分 5.00/5 共 2 次評分
開發者 OK Tex
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Oliver Slay",
    "name": "Open University Libezproxy URL inject",
    "short_name": "OU Libez Inject",
    "description": "This extension will add .libezproxy.open.ac.uk to website (i.e. nature.com or dx.doi.org) in the URL and go to that URL",
    "version": "1.0",
    "background": {
        "scripts": [
            "inject.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Add .libezproxy.open.ac.uk",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}