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ファイルをダウンロード

Journal access through HKU library拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}