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”。

擴展截圖

screenshot

下載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 Imperial eJournals for Chrome
ID infolkakifickpdmjgcggmhklgkkbpid
官方網址 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"
    ]
}