Journal access through HKU library

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

Cos'è Journal access through HKU library?

Journal access through HKU library è un'estensione di Chrome sviluppata da junyichen, e la sua funzione principale è "A simple chrome extension that let you access journal through HKU library resources (HKU ID needed).".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Journal access through HKU library

Scarica i file di estensione Journal access through HKU library in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Journal access through HKU library Journal access through HKU library
ID lcnnijjgcjfpcfjgnahbcpapbmkiceld
URL Ufficiale https://chromewebstore.google.com/detail/journal-access-through-hk/lcnnijjgcjfpcfjgnahbcpapbmkiceld
Descrizione A simple chrome extension that let you access journal through HKU library resources (HKU ID needed).
Dimensione del File 47.64 KB
Conteggio Installazioni 135
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-09-02
Data di Pubblicazione 2021-08-04
Sviluppatore junyichen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}