Easy EzProxy

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

Easy EzProxy là gì?

Easy EzProxy là một tiện ích mở rộng Chrome được phát triển bởi RoundhouseMouse, và tính năng chính của nó là "Click to redirect to EzProxy. You're welcome <3".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Easy EzProxy

Tải xuống các tệp mở rộng Easy EzProxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Easy EzProxy Easy EzProxy
ID hgnibknbnjmcoeahnbobajibhlagpmnk
URL Chính Thức https://chromewebstore.google.com/detail/easy-ezproxy/hgnibknbnjmcoeahnbobajibhlagpmnk
Mô tả Click to redirect to EzProxy. You're welcome <3
Kích Thước Tệp 353 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2019-08-28
Ngày Phát Hành 2019-08-13
Nhà Phát Triển RoundhouseMouse
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}