Journal access through HKU library

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

What is Journal access through HKU library?

Journal access through HKU library is a Chrome extension developed by junyichen, and its main feature is "A simple chrome extension that let you access journal through HKU library resources (HKU ID needed).".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Journal access through HKU library Extension CRX File

Download Journal access through HKU library extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Journal access through HKU library Journal access through HKU library
ID lcnnijjgcjfpcfjgnahbcpapbmkiceld
Official URL https://chromewebstore.google.com/detail/journal-access-through-hk/lcnnijjgcjfpcfjgnahbcpapbmkiceld
Description A simple chrome extension that let you access journal through HKU library resources (HKU ID needed).
File Size 47.64 KB
Installation Count 135
Current Version 0.0.1
Last Updated 2021-09-02
Publish Date 2021-08-04
Developer junyichen
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}