Imperial eJournals for Chrome

Tries to access the ejournal via Imperial

Hvad er Imperial eJournals for Chrome?

Imperial eJournals for Chrome er en Chrome-udvidelse udviklet af James Howard, og dens hovedfunktion er "Tries to access the ejournal via Imperial".

Udvidelsesskærmbilleder

screenshot

Download Imperial eJournals for Chrome-udvidelses-CRX-fil

Download Imperial eJournals for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Imperial eJournals for Chrome Imperial eJournals for Chrome
ID infolkakifickpdmjgcggmhklgkkbpid
Officiel URL https://chromewebstore.google.com/detail/imperial-ejournals-for-ch/infolkakifickpdmjgcggmhklgkkbpid
Beskrivelse Tries to access the ejournal via Imperial
Filstørrelse 6.31 KB
Antal Installationer 23
Nuværende Version 1.0
Senest Opdateret 2023-03-23
Udgivelsesdato 2015-07-14
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler James Howard
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}