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
官方網址 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"
    }
}