AStar Library Proxy

AStar library proxy helper

AStar Library Proxy란 무엇입니까?

AStar Library Proxy은(는) shaohua에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AStar library proxy helper"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Click the extension icon and then it will try to bring the browser through the AStar Academic Library Proxy. Logging-in with your astar internal account will be required.

If the tab address is not in the list of publishers supported by A*STAR, then nothing will happen. 
Full list: https://www.a-star.edu.sg/html/Digital-Library/index.html                    

확장 프로그램 기본 정보

이름 AStar Library Proxy AStar Library Proxy
ID lndllnbjgbplcnebcgcbmiojdndicclp
공식 URL https://chromewebstore.google.com/detail/astar-library-proxy/lndllnbjgbplcnebcgcbmiojdndicclp
설명 AStar library proxy helper
파일 크기 267 KB
설치 횟수 381
현재 버전 1.7
최근 업데이트 2022-09-21
출시 날짜 2020-03-29
평점 1.00/5 총 1 개의 평점
개발자 shaohua
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "astar-32x32.png"
    },
    "description": "AStar library proxy helper",
    "name": "AStar Library Proxy",
    "permissions": [
        "activeTab"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7",
    "manifest_version": 2
}