Open University Libezproxy URL inject

This extension will add .libezproxy.open.ac.uk to website (i.e. nature.com or dx.doi.org) in the URL and go to that URL

Open University Libezproxy URL inject क्या है?

Open University Libezproxy URL inject OK Tex द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will add .libezproxy.open.ac.uk to website (i.e. nature.com or dx.doi.org) in the URL and go to that URL"।

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

screenshot

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

crx प्रारूप में Open University Libezproxy URL inject एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is designed by a student for students (or tutors) at the Open University (UK) as a simple way to add ".libezproxy.open.ac.uk" to the domain of the active tab's URL, to redirect the page through Libez Proxy using one's Open University credentials.

This is a simple extension that only amends the current URL and redirects the page - it cannot access any credentials nor does it record any history whatsoever.  It was developed to make it easier to add the above proxy to URLs such as http://www.nature.com/.. or http://dx.doi.org/.. to become http://www.nature.com.libezproxy.open.ac.uk/.. or http://dx.doi.org.libezproxy.open.ac.uk/..

Once the code has run, the browser redirects to the Open University website where you can log in - if not already logged in - and then it will attempt to find the journal article via the OU Library.                    

एक्सटेंशन की मूल जानकारी

नाम Open University Libezproxy URL inject Open University Libezproxy URL inject
ID likcfhekemnllieaaklnalhollepmphd
आधिकारिक URL https://chromewebstore.google.com/detail/open-university-libezprox/likcfhekemnllieaaklnalhollepmphd
विवरण This extension will add .libezproxy.open.ac.uk to website (i.e. nature.com or dx.doi.org) in the URL and go to that URL
फ़ाइल का आकार 3.87 KB
स्थापना संख्या 44
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-12-24
प्रकाशन तिथि 2015-07-09
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर OK Tex
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Oliver Slay",
    "name": "Open University Libezproxy URL inject",
    "short_name": "OU Libez Inject",
    "description": "This extension will add .libezproxy.open.ac.uk to website (i.e. nature.com or dx.doi.org) in the URL and go to that URL",
    "version": "1.0",
    "background": {
        "scripts": [
            "inject.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Add .libezproxy.open.ac.uk",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}