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 |
Eメール | [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" ] } |