Imperial eJournals for Chrome
Tries to access the ejournal via Imperial
什么是Imperial eJournals for Chrome?
Imperial eJournals for Chrome是由James Howard开发的Chrome扩展程序,该扩展的主要功能是“Tries to access the ejournal via Imperial”。
扩展截图
下载Imperial eJournals for Chrome扩展crx文件
下载Imperial eJournals for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Imperial eJournals for Chrome |
ID | infolkakifickpdmjgcggmhklgkkbpid |
官方URL | https://chromewebstore.google.com/detail/imperial-ejournals-for-ch/infolkakifickpdmjgcggmhklgkkbpid |
简介 | Tries to access the ejournal via Imperial |
文件大小 | 6.31 KB |
安装次数 | 23 |
当前版本 | 1.0 |
更新时间 | 2023-03-23 |
上架时间 | 2015-07-14 |
评分 | 5.00/5 共3次评分 |
开发者 | James Howard |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |