Imperial eJournals for Chrome
Tries to access the ejournal via Imperial
What is Imperial eJournals for Chrome?
Imperial eJournals for Chrome is a Chrome extension developed by James Howard, and its main feature is "Tries to access the ejournal via Imperial".
Extension Screenshots
Download Imperial eJournals for Chrome Extension CRX File
Download Imperial eJournals for Chrome 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
A toolbar button which serves as a shortcut to access paywalled journal's via Imperial College's library system. This installs small button to the right of the address bar. Clicking this will try to use the Imperial proxy to allow members of Imperial College to access premium content such as journals. It does this by simply altering the page URL. No user data is stored.
Extension Basic Information
Name | Imperial eJournals for Chrome |
ID | infolkakifickpdmjgcggmhklgkkbpid |
Official URL | https://chromewebstore.google.com/detail/imperial-ejournals-for-ch/infolkakifickpdmjgcggmhklgkkbpid |
Description | Tries to access the ejournal via Imperial |
File Size | 6.31 KB |
Installation Count | 23 |
Current Version | 1.0 |
Last Updated | 2023-03-23 |
Publish Date | 2015-07-14 |
Rating | 5.00/5 Total 3 Ratings |
Developer | James Howard |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Imperial eJournals for Chrome", "description": "Tries to access the ejournal via Imperial", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click to access" }, "permissions": [ "activeTab", "tabs" ] } |