NTU Library Proxy

NTU library proxy helper

NTU Library Proxy란 무엇입니까?

NTU Library Proxy은(는) https://sites.google.com/site/shaohua03에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NTU library proxy helper"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

NTU Library Proxy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        For Nanyang Technological University students and staff only. 

This extension is developed by a former NTU PhD student and is not related to NTU library. For any problems, please drop an email to shaohua at gmail.com.

UPDATE v2.7 (8/2022)
Removed an unused and unnecessary permission "tabs".

UPDATE v2.6 (2/2018)
Some users report errors like "your connection is not private". The redirected URL has been set to use http connections always. (Sorry the update v2.4 on 1/2018 was buggy.)

UPDATE v2.3 (6/2013)
Removed a feature (which behaves like a bug): if you press the button with some text selected on the page, Google will be invoked to query that text.

IMPORTANT UPDATE to v2.2 (6/2013)
***************************
Changed the manifest file to conform with the new format requirement. 

功能:打开主要的几个数据库上的文章页面时候,会自动重定向,使用NTU学术代理打开全文。如果不能自动定位,则请点击工具栏的NTU Logo, 插件会作重定向,使用NTU学术代理打开全文。

If the automatic redirection doesn't work, you can still use it in the old way: click the "NTU logo" on the extension tool bar and the current web page will be "proxified".

A twist: since the fancier functionality of this new version requires more rights of your browser, when you are upgrading from the old version, Chrome's security policy will disable this extension automatically. You can just safely re-enable it.

如果你已经安装旧版本,在chrome里边"update extensions now"后,会提示新版本需要更多权限,因此被禁用。然后Re-enable就行了

For some major academic databases, such as "sciencedirect.com" and "wiley.com", the extension redirects your browser to the full text immediately. For other major academic databases, including "ieeexplore.ieee.org", "acm.org" and "springerlink.com", the extension redirects your browser on request: only when you click the "Download PDF" or "Purchase/Buy" link on that page, will this extension redirect (shown in the screenshots). 

In either case, you will be asked to log in to your NTU account first, if you haven't.

****************** EXAMPLE ******************
http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4597201

First the extension will redirect the above link to:
http://ieeexplore.ieee.org.ezlibproxy1.ntu.edu.sg/xpl/freeabs_all.jsp?arnumber=4597201

In the second page, you can download its citation, but the fulltext is unavailable.
So you need to click the "Purchase Now" button below "Access the Full Text" and this extension will intercept the click and redirect the browser (please allow 3-5 seconds for its loading) to 
http://ieeexplore.ieee.org.ezlibproxy1.ntu.edu.sg/stamp/stamp.jsp?arnumber=4597201&tag=1
and now you get the PDF fulltext.

Most academic databases work well, except for "ieeexplore.ieee.org". It often leads to an "invalid cookie" page in the first use after you logged in. Don't worry: You just need to go back to the initial link, and click on "Purchase Now" for the 2nd time, usually the error will disappear.

If the automatic redirection doesn't work (that means, this academic database isn't specially treated by our automatic mechanism), you fall back on the old usage: click the NTU logo on the toolbar, and this extension redirects you to an address whose domain is appended with ".ezlibproxy1.ntu.edu.sg". If this academic database is purchased by NTU library, in most cases you gain access to the full text now. If the database is not purchased, NTU library will tell you this is an invalid address.

Hope this extension makes your academic life a little bit easier :-D                    

확장 프로그램 기본 정보

이름 NTU Library Proxy NTU Library Proxy
ID jepogjdboeppkcekpnpmhhdapcgmihdi
공식 URL https://chromewebstore.google.com/detail/ntu-library-proxy/jepogjdboeppkcekpnpmhhdapcgmihdi
설명 NTU library proxy helper
파일 크기 8.1 KB
설치 횟수 537
현재 버전 2.7
최근 업데이트 2022-08-05
출시 날짜 2018-02-17
평점 4.50/5 총 12 개의 평점
개발자 https://sites.google.com/site/shaohua03
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "ntu-32x32.png"
    },
    "content_scripts": [
        {
            "js": [
                "paper_downloader.js"
            ],
            "matches": [
                "http:\/\/www.google.com\/*",
                "http:\/\/ieeexplore.ieee.org\/*",
                "http:\/\/*.ezlibproxy1.ntu.edu.sg\/*",
                "http:\/\/www.springerlink.com\/*",
                "http:\/\/dl.acm.org\/*",
                "http:\/\/www.sciencedirect.com\/*",
                "https:\/\/springerlink3.metapress.com\/*",
                "http:\/\/citeseerx.ist.psu.edu\/*",
                "http:\/\/www.worldscinet.com\/*",
                "http:\/\/www.computer.org\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "NTU library proxy helper",
    "name": "NTU Library Proxy",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7",
    "manifest_version": 2
}