Harvard Library URL
Adds .ezp-prod1.hul.harvard.edu to a URL
Wat is Harvard Library URL?
Harvard Library URL is een Chrome-extensie ontwikkeld door harvard-library-url, en de belangrijkste functie is "Adds .ezp-prod1.hul.harvard.edu to a URL".
Extensie Screenshots
Download het CRX-bestand van de extensie Harvard Library URL
Download Harvard Library URL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ifhojdchaepighibkcdkmnafbcafleci |
Officiële URL | https://chrome.google.com/webstore/detail/harvard-library-url/ifhojdchaepighibkcdkmnafbcafleci |
Beschrijving | Adds .ezp-prod1.hul.harvard.edu to a URL |
Bestandsgrootte | 7.23 KB |
Aantal Installaties | 1,512 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2014-04-09 |
Publicatiedatum | 2014-04-09 |
Beoordeling | 3.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | harvard-library-url |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |