Easy EzProxy

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

Easy EzProxy क्या है?

Easy EzProxy RoundhouseMouse द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click to redirect to EzProxy. You're welcome <3"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easy EzProxy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}