TJHSST Proxy Setup (unofficial)

Uses the TJHSST proxy servers to access library databases.

TJHSST Proxy Setup (unofficial)란 무엇입니까?

TJHSST Proxy Setup (unofficial)은(는) gengkev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Uses the TJHSST proxy servers to access library databases."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

TJHSST Proxy Setup (unofficial) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        DO NOT USE THIS IF YOU ARE NOT AT TJHSST STUDENT OR STAFF MEMBER!

Provides one-click installation of the TJHSST proxy servers, known as Zeus. More information about the proxy is available at https://sites.google.com/site/tjproxyaccess/home.

On websites where the proxy is in use, a pink key icon will appear in the address bar. When the proxy is off, the icon is grey. If this is annoying, you can disable it in the settings.

To disable the proxy for all sites, click on the pink key icon. The page will refresh and load through your normal internet connection.

This extension's proxy settings apply ONLY to Chrome, not to other browsers. This differs from the normal setup.

This extension requires the ability to "Read and change all your data on the websites you visit" because that is the permission needed to control the proxy in Chrome.

More information, as well as the source code, are available at the linked Github page.

Obligatory note that this extension is in no way sanctioned by the TJHSST administration.                    

확장 프로그램 기본 정보

이름 TJHSST Proxy Setup (unofficial) TJHSST Proxy Setup (unofficial)
ID bdoeclpdnjgmmgggdagnfmiehcmddoba
공식 URL https://chromewebstore.google.com/detail/tjhsst-proxy-setup-unoffi/bdoeclpdnjgmmgggdagnfmiehcmddoba
설명 Uses the TJHSST proxy servers to access library databases.
파일 크기 15.61 KB
설치 횟수 16
현재 버전 0.2.2
최근 업데이트 2015-02-21
출시 날짜 2015-02-21
평점 5.00/5 총 5 개의 평점
개발자 gengkev
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/gengkev/tj-proxy-setup
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TJHSST Proxy Setup (unofficial)",
    "description": "Uses the TJHSST proxy servers to access library databases.",
    "version": "0.2.2",
    "minimum_chrome_version": "40",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "page_action": {
        "default_title": "TJHSST Proxy Setup (unofficial): click to toggle proxy"
    },
    "permissions": [
        "proxy",
        "declarativeContent",
        "https:\/\/iodine.tjhsst.edu\/www\/proxy.pac"
    ]
}