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
电子邮箱 [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"
    }
}