Libit

Switch to UTS Library Proxy

Libit란 무엇입니까?

Libit은(는) Chunyang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Switch to UTS Library Proxy"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Libit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is an extension for students of University of Technology, Sydney (UTS). The UTS library provides a proxy for students to access some scholar resources, such as ACM Digital Library and IEEExplore, which are unable to be downloaded without using the proxy. Although we can manually change the URL, this extension open a new page to visit the current page via the UTS Library proxy by 1-Click.                    

확장 프로그램 기본 정보

이름 Libit Libit
ID hkbiioaejcpafioeafbhdjpmpfhgjnao
공식 URL https://chromewebstore.google.com/detail/libit/hkbiioaejcpafioeafbhdjpmpfhgjnao
설명 Switch to UTS Library Proxy
파일 크기 4.02 KB
설치 횟수 24
현재 버전 1.0
최근 업데이트 2015-04-10
출시 날짜 2015-04-10
평점 5.00/5 총 3 개의 평점
개발자 Chunyang
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Libit",
    "version": "1.0",
    "description": "Switch to UTS Library Proxy",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Libit",
        "default_icon": "icon.png",
        "default_popup": "container.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}