Harvard Library & DOI Search
Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click
What is Harvard Library & DOI Search?
Harvard Library & DOI Search is a Chrome extension developed by cbteeple.dev, and its main feature is "Enables Harvard affiliates to easily gain access to papers through Harvard Library with one click".
Extension Screenshots
Download Harvard Library & DOI Search Extension CRX File
Download Harvard Library & DOI Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Harvard Library & DOI Search |
ID | jfjodidafpjnpfgcfmoadhjldhljjkgc |
Official URL | 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 |
File Size | 173 KB |
Installation Count | 698 |
Current Version | 1.3 |
Last Updated | 2019-08-01 |
Publish Date | 2019-08-01 |
Rating | 5.00/5 Total 3 Ratings |
Developer | cbteeple.dev |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |