Harvard Library URL

Adds .ezp-prod1.hul.harvard.edu to a URL

Cos'è Harvard Library URL?

Harvard Library URL è un'estensione di Chrome sviluppata da harvard-library-url, e la sua funzione principale è "Adds .ezp-prod1.hul.harvard.edu to a URL".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Harvard Library URL

Scarica i file di estensione Harvard Library URL 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

                        Adds a button to the right of the URL bar that quickly appends ".ezp-prod1.hul.harvard.edu" onto a website's hostname to allow authentication through Harvard's library system. This gives access to any resources Harvard subscribes to.                    

Informazioni di Base sull'Estensione

Nome Harvard Library URL Harvard Library URL
ID ifhojdchaepighibkcdkmnafbcafleci
URL Ufficiale https://chrome.google.com/webstore/detail/harvard-library-url/ifhojdchaepighibkcdkmnafbcafleci
Descrizione Adds .ezp-prod1.hul.harvard.edu to a URL
Dimensione del File 7.23 KB
Conteggio Installazioni 1,512
Versione Corrente 0.1.1
Ultimo Aggiornamento 2014-04-09
Data di Pubblicazione 2014-04-09
Valutazione 3.33/5 Totale 6 Valutazioni
Sviluppatore harvard-library-url
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Harvard Library URL",
    "version": "0.1.1",
    "description": "Adds .ezp-prod1.hul.harvard.edu to a URL",
    "background": {
        "scripts": [
            "urlchange.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs"
    ]
}