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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'"
}