Easy EzProxy

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

Easy EzProxyคืออะไร?

Easy EzProxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RoundhouseMouse และคุณลักษณะหลักของมันคือ "Click to redirect to EzProxy. You're welcome <3"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy EzProxy

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}