UoA ezproxy redirector

Add ezproxy.auckland.ac.nz to the end of the domain name

ما هو UoA ezproxy redirector؟

UoA ezproxy redirector هو إضافة Chrome تم تطويرها بواسطة f.farhour، والميزة الرئيسية لها هي "Add ezproxy.auckland.ac.nz to the end of the domain name".

تحميل ملف CRX للإضافة UoA ezproxy redirector

قم بتنزيل ملفات الامتداد UoA ezproxy redirector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Specific to University of Auckland users:
When clicked on, redirects webpage to the ezproxy.auckland.ac.nz domain, allowing easy access to online resources & library databases.                    

معلومات أساسية عن التمديد

الاسم UoA ezproxy redirector UoA ezproxy redirector
ID ecddbmobiamlilleniopapkngifleppa
عنوان URL الرسمي https://chromewebstore.google.com/detail/uoa-ezproxy-redirector/ecddbmobiamlilleniopapkngifleppa
الوصف Add ezproxy.auckland.ac.nz to the end of the domain name
حجم الملف 105 KB
عدد التثبيتات 62
النسخة الحالية 0.0.0.2
آخر تحديث 2017-04-19
تاريخ النشر 2017-04-19
تقييم 5.00/5 مجموع تقييمات 1
المطور f.farhour
نوع الدفع free
عنوان صفحة المساعدة https://www.library.auckland.ac.nz/access/ezproxy.htm
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UoA ezproxy redirector",
    "version": "0.0.0.2",
    "description": "Add ezproxy.auckland.ac.nz to the end of the domain name",
    "author": "Farmehr Farhour [email protected]",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon2.png",
        "default_title": "Add ezproxy.auckland.ac.nz to the end of the domain name"
    },
    "icons": {
        "16": "icon2.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}