Journal access through HKU library

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

Apa itu Journal access through HKU library?

Journal access through HKU library adalah ekstensi Chrome yang dikembangkan oleh junyichen, dan fitur utamanya adalah "A simple chrome extension that let you access journal through HKU library resources (HKU ID needed).".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Journal access through HKU library

Unduh file ekstensi Journal access through HKU library dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Journal access through HKU library Journal access through HKU library
ID lcnnijjgcjfpcfjgnahbcpapbmkiceld
URL Resmi https://chromewebstore.google.com/detail/journal-access-through-hk/lcnnijjgcjfpcfjgnahbcpapbmkiceld
Deskripsi A simple chrome extension that let you access journal through HKU library resources (HKU ID needed).
Ukuran File 47.64 KB
Jumlah Instalasi 135
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2021-09-02
Tanggal Publikasi 2021-08-04
Pengembang junyichen
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}