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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}