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

Qu'est-ce que Open University Libezproxy URL inject ?

Open University Libezproxy URL inject est une extension Chrome développée par OK Tex, et sa fonction principale est "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".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open University Libezproxy URL inject

Téléchargez les fichiers d'extension Open University Libezproxy URL inject au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Open University Libezproxy URL inject Open University Libezproxy URL inject
ID likcfhekemnllieaaklnalhollepmphd
URL Officiel https://chromewebstore.google.com/detail/open-university-libezprox/likcfhekemnllieaaklnalhollepmphd
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
Taille du Fichier 3.87 KB
Nombre d'Installations 44
Version Actuelle 1.0
Dernière Mise à Jour 2022-12-24
Date de Publication 2015-07-09
Évaluation 5.00/5 Total 2 Évaluations
Développeur OK Tex
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}