Harvard Library URL
Adds .ezp-prod1.hul.harvard.edu to a URL
Qu'est-ce que Harvard Library URL ?
Harvard Library URL est une extension Chrome développée par harvard-library-url, et sa fonction principale est "Adds .ezp-prod1.hul.harvard.edu to a URL".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Harvard Library URL
Téléchargez les fichiers d'extension Harvard Library URL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ifhojdchaepighibkcdkmnafbcafleci |
URL Officiel | https://chrome.google.com/webstore/detail/harvard-library-url/ifhojdchaepighibkcdkmnafbcafleci |
Description | Adds .ezp-prod1.hul.harvard.edu to a URL |
Taille du Fichier | 7.23 KB |
Nombre d'Installations | 1,512 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2014-04-09 |
Date de Publication | 2014-04-09 |
Évaluation | 3.33/5 Total 6 Évaluations |
Développeur | harvard-library-url |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |