Harvard Library & DOI Search
Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click
Wat is Harvard Library & DOI Search?
Harvard Library & DOI Search is een Chrome-extensie ontwikkeld door cbteeple.dev, en de belangrijkste functie is "Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click".
Extensie Screenshots
Download het CRX-bestand van de extensie Harvard Library & DOI Search
Download Harvard Library & DOI Search-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | jfjodidafpjnpfgcfmoadhjldhljjkgc |
| Officiële URL | https://chromewebstore.google.com/detail/harvard-library-doi-searc/jfjodidafpjnpfgcfmoadhjldhljjkgc |
| Beschrijving | Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click |
| Bestandsgrootte | 173 KB |
| Aantal Installaties | 698 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2019-08-01 |
| Publicatiedatum | 2019-08-01 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | cbteeple.dev |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |