Journal access through HKU library

A simple chrome extension that let you access journal through HKU library resources (HKU ID needed).

Journal access through HKU library란 무엇입니까?

Journal access through HKU library은(는) junyichen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple chrome extension that let you access journal through HKU library resources (HKU ID needed)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Journal access through HKU library 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An extension that redirect you from the journal page to the HKU library portal.  You need to login the HKU library. The extension will  automatically parse the current URL of the current paper page to the HKU library address.                    

확장 프로그램 기본 정보

이름 Journal access through HKU library Journal access through HKU library
ID lcnnijjgcjfpcfjgnahbcpapbmkiceld
공식 URL https://chromewebstore.google.com/detail/journal-access-through-hk/lcnnijjgcjfpcfjgnahbcpapbmkiceld
설명 A simple chrome extension that let you access journal through HKU library resources (HKU ID needed).
파일 크기 47.64 KB
설치 횟수 135
현재 버전 0.0.1
최근 업데이트 2021-09-02
출시 날짜 2021-08-04
개발자 junyichen
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Journal access through HKU library",
    "short_name": "HKULibJ",
    "description": "A simple chrome extension that let you access journal through HKU library resources (HKU ID needed).",
    "version": "0.0.1",
    "minimum_chrome_version": "38",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "page": "background.html"
    }
}