Easy EzProxy

Click to redirect to EzProxy. You're welcome <3

Easy EzProxyとは何ですか?

Easy EzProxyはRoundhouseMouseによって開発されたChromeの拡張機能で、その主な機能は「Click to redirect to EzProxy. You're welcome <3」です。

拡張機能のスクリーンショット

screenshot
screenshot

Easy EzProxy拡張機能のCRXファイルをダウンロード

Easy EzProxy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        By clicking this extension, your currently viewed tab is redirected to the Flinders University ezproxy system. This enable access to online databases supported by the Flinders University Library. 

Please note that this extension only facilitates one redirect and requires a Flinders University login to enable its full functionality.

Enjoy!                    

拡張機能の基本情報

名前 Easy EzProxy Easy EzProxy
ID hgnibknbnjmcoeahnbobajibhlagpmnk
公式URL https://chromewebstore.google.com/detail/easy-ezproxy/hgnibknbnjmcoeahnbobajibhlagpmnk
説明 Click to redirect to EzProxy. You're welcome <3
ファイルサイズ 353 KB
インストール数 74
現在のバージョン 0.2
最終更新日 2019-08-28
公開日 2019-08-13
開発者 RoundhouseMouse
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy EzProxy",
    "description": "Click to redirect to EzProxy. You're welcome <3",
    "version": "0.2",
    "icons": {
        "16": ".\/client\/images\/icons\/ezproxyLogo16.png",
        "48": ".\/client\/images\/icons\/ezproxyLogo48.png",
        "128": ".\/client\/images\/icons\/ezproxyLogo128.png"
    },
    "browser_action": {
        "default_icon": ".\/client\/images\/icons\/ezproxyLogo16.png",
        "default_title": "Easy EzProxy"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "client\/inserter.html",
        "client\/images\/icons\/icon128.png",
        "client\/css\/navigation.css",
        "client\/css\/video.css",
        "client\/images\/ui\/userImage.svg",
        "client\/images\/icons\/icon-w.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com;object-src 'self'"
}