Harvard Library & DOI Search
Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click
Qu'est-ce que Harvard Library & DOI Search ?
Harvard Library & DOI Search est une extension Chrome développée par cbteeple.dev, et sa fonction principale est "Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Harvard Library & DOI Search
Téléchargez les fichiers d'extension Harvard Library & DOI Search 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
Using this extension is simple: Navigate to the journal's website and use one-click to load the page through Harvard Library, or use an article's DOI directly.
Informations de Base sur l'Extension
Nom | Harvard Library & DOI Search |
ID | jfjodidafpjnpfgcfmoadhjldhljjkgc |
URL Officiel | https://chromewebstore.google.com/detail/harvard-library-doi-searc/jfjodidafpjnpfgcfmoadhjldhljjkgc |
Description | Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click |
Taille du Fichier | 173 KB |
Nombre d'Installations | 698 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2019-08-01 |
Date de Publication | 2019-08-01 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | cbteeple.dev |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Harvard Library & DOI Search", "version": "1.3", "manifest_version": 2, "description": "Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click", "browser_action": { "default_icon": { "128": "icon.png" }, "default_title": "Harvard Library & DOI Search", "short_name": "Harvard Lib Search", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |