Imperial eJournals for Chrome

Tries to access the ejournal via Imperial

Wat is Imperial eJournals for Chrome?

Imperial eJournals for Chrome is een Chrome-extensie ontwikkeld door James Howard, en de belangrijkste functie is "Tries to access the ejournal via Imperial".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Imperial eJournals for Chrome

Download Imperial eJournals for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A toolbar button which serves as a shortcut to access paywalled journal's via Imperial College's library system.

This installs small button to the right of the address bar. Clicking this will try to use the Imperial proxy to allow members of Imperial College to access premium content such as journals. It does this by simply altering the page URL. No user data is stored.                    

Basisinformatie over de Extensie

Naam Imperial eJournals for Chrome Imperial eJournals for Chrome
ID infolkakifickpdmjgcggmhklgkkbpid
Officiële URL https://chromewebstore.google.com/detail/imperial-ejournals-for-ch/infolkakifickpdmjgcggmhklgkkbpid
Beschrijving Tries to access the ejournal via Imperial
Bestandsgrootte 6.31 KB
Aantal Installaties 23
Huidige Versie 1.0
Laatst Bijgewerkt 2023-03-23
Publicatiedatum 2015-07-14
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar James Howard
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imperial eJournals for Chrome",
    "description": "Tries to access the ejournal via Imperial",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to access"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}